X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=e4dc1d75fa89f9213706de493b9dae0995707988;hp=bc7923c7e6b28d11fab1f314092172e16bc1c7aa;hb=38af8d42643b0fafa53bdb7d4fec6450f32a380c;hpb=0843e95ffef172014665aa0d27af71dbefd3c483 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bc7923c..e4dc1d7 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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);