From: Alan Knowles Date: Thu, 13 May 2010 07:16:06 +0000 (+0800) Subject: JSDOC/Introspect.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=40e0ac03b7fb11779c3c389fcf3fa9c135c4b066 JSDOC/Introspect.js --- 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) {