From 40e0ac03b7fb11779c3c389fcf3fa9c135c4b066 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 May 2010 15:16:06 +0800 Subject: [PATCH] JSDOC/Introspect.js --- JSDOC/Introspect.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/Introspect.js b/JSDOC/Introspect.js index f85d174..4bbda6c 100644 --- a/JSDOC/Introspect.js +++ b/JSDOC/Introspect.js @@ -243,7 +243,9 @@ Object.extend(Introspect, { if (element.name == 'return-value') { path += '.return-value'; } - + if (element.name == 'signal') { + path += '.signal'; + } var d = getAttribute(element,'doc'); if (d) { -- 2.39.2