X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FBuildDocs.js;fp=JSDOC%2FBuildDocs.js;h=c0b83b7e80a61119e0917ec85773e80a49cdd7d8;hp=fc5011debeb2ffbe49a3fbc4e4033110ae6760d0;hb=153d6ee54511da8c2837a640358afa51a763dedf;hpb=d50db89f4da555f05548ce918dc60ef8a72bb075 diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index fc5011d..c0b83b7 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -505,7 +505,7 @@ BuildDocs = { function($) { return $.name.indexOf(".") == -1; // don't show config params in signature } - ).map( function($) { return $.type + " " +( $.name == 'this' ? '_self' : $.name; ) } ).join(", ") + + ).map( function($) { return $.type + " " +( $.name == 'this' ? '_self' : $.name ); } ).join(", ") + ")"; }