From: Alan Knowles Date: Thu, 15 Jul 2010 04:13:35 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=db74ffaf9524919392ffe3c28faf65024b4f9be4 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a38af24..e9d138e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -205,14 +205,14 @@ ScopeParser.prototype = { return; } print( - (new Array(this.dumpLine.scope)).join(" ") + '|' + + // (new Array(this.dumpLine.scope)).join(" ") + '|' + (new Array(this.dumpLine.brace)).join(" ") + this.dumpLine.str); this.dumpLine.str = ''; return; } print( - (new Array(this.dumpLine.scope)).join(" ") + '|' + + // (new Array(this.dumpLine.scope)).join(" ") + '|' + (new Array(this.dumpLine.brace)).join(" ") + this.dumpLine.str);