X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FIntrospect.js;h=4bbda6c992e9fe6683a146254b67d866407f25fd;hb=40e0ac03b7fb11779c3c389fcf3fa9c135c4b066;hp=f85d17427635b747a448e08c35295cb2a638ee72;hpb=06eb27925b373f76ed184ae03b9cfef336ecfe78;p=gnome.introspection-doc-generator 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) {