X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FBuildDocs.js;h=a479ebe43391f55599744aaa53b66d2ab1cdd064;hb=dae6f5ea2748f6eef0564db79b76691317bdf961;hp=221d728424b0deb7b7cecaa6d24a3757425718bb;hpb=806e8efb2c797bf0c83f4bc6d33d3e022011e218;p=gnome.introspection-doc-generator diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 221d728..a479ebe 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -412,13 +412,11 @@ BuildDocs = { function($) { return $.name.indexOf(".") == -1; // don't show config params in signature } - ).map( function($) { return $.name == 'this' ? '_self' : $.name; } ).join(", ") - + + ).map( function($) { return $.name == 'this' ? '_self' : $.name; } ).join(", ") + ")\n{\n\n}"; } -} - + };