X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=444ac481b0cfe6fc7539fa36ab65e54125d7a100;hp=8ec788f68e36e6de70bc2fdb9ad78f71dd5c88d5;hb=62ff7fed3acfbd87caacf6ad0c73d8af0a298e89;hpb=f16803ba85f26c03c6225c6f1b90589e10e3f121 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 8ec788f..444ac48 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -225,7 +225,7 @@ ScopeParser.prototype = { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); //this.dumpToken(token , this.scopes, this.braceNesting); //print('SCOPE:' + token.toString()); - //this.log(token.data); + this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); }