From: Alan Knowles Date: Thu, 15 Jul 2010 06:12:11 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4b9a0c86059520f3e2a03607cbafe62e8bb1051c JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c6880bc..a09f746 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -252,8 +252,8 @@ ScopeParser.prototype = { //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) { token = this.ts.nextTok(); - !this.debug|| print( token.toString()); - + //!this.debug|| print( token.toString()); + print('SCOPE-VAR:' + token.toString()); if (!token) { // can return false at EOF! break; }