From: Alan Knowles Date: Thu, 13 May 2010 07:15:43 +0000 (+0800) Subject: JSDOC/Introspect/Signal.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=06eb27925b373f76ed184ae03b9cfef336ecfe78 JSDOC/Introspect/Signal.js --- diff --git a/JSDOC/Introspect/Signal.js b/JSDOC/Introspect/Signal.js index 66b0994..e45bbeb 100644 --- a/JSDOC/Introspect/Signal.js +++ b/JSDOC/Introspect/Signal.js @@ -37,7 +37,7 @@ Signal = Object.define( memberOf : memberOf.alias, exceptions : [], returns : [ { type : this.typeToName(GI.callable_info_get_return_type(sig)) } ], - desc : Introspect.doc(memberOf.alias + '.' + n_original) + desc : Introspect.doc(memberOf.alias + '.signal.' + n_original) }); memberOf[saveto].push(this); keylist.push(this.name);