X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=00c01a66225d067554ece8e41a6ceeb6a00e7f13;hp=bc7923c7e6b28d11fab1f314092172e16bc1c7aa;hb=46559a97aac8eed4b0e701b700ae6f8b8744317d;hpb=0843e95ffef172014665aa0d27af71dbefd3c483 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bc7923c..00c01a6 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -141,7 +141,7 @@ ScopeParser.prototype = { this.braceNesting = 0; this.scopes = []; - //print(JSON.stringify(this.ts.tokens, null,4)); + print(JSON.stringify(this.ts.tokens, null,4)); this.globalScope = new Scope(-1, false, -1, ''); @@ -243,7 +243,7 @@ ScopeParser.prototype = { while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); //this.dumpToken(token , this.scopes, this.braceNesting); - //print('SCOPE:' + token.toString()); + print('SCOPE:' + token.toString()); //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data);