From: Alan Knowles Date: Thu, 15 Jul 2010 04:59:18 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b9be67102006df885d9118528ff952dd148e0910 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c5ae987..80d4a93 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -201,13 +201,13 @@ ScopeParser.prototype = { if (this.dumpLine.scope == scope.length && this.dumpLine.brace == brace) { this.dumpLine.str += tok.data + ' '; - // if (this.dumpLine.str.length > 80 || tok.data ==';') { + if (this.dumpLine.str.length > 80 || tok.data ==';') { print( // (new Array(this.dumpLine.scope)).join(" ") + '|' + (new Array(this.dumpLine.brace+1)).join(" ") + this.dumpLine.str); this.dumpLine.str = ''; - // } + } return; }