X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=6131c2176d3f8fe9fba3ac57d5e918e2e40f86cd;hp=fb787b925253a23092b8ea634a40eaa0adb39991;hb=3dc4407e1bedd4602037742c7cc384eb0535ffac;hpb=9d29e8b06a90cb568b11cc3e1ad07b9b95df69a8 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index fb787b9..6131c21 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -526,7 +526,7 @@ ScopeParser.prototype = { if (token.type != 'KEYW') { break; } - print('SCOPE-KEYW:' + token.toString()); + //print('SCOPE-KEYW:' + token.toString()); // print("Check eval:"); symbol = token.data; @@ -535,7 +535,7 @@ ScopeParser.prototype = { if (token.name == "EVAL") { - print(JSON.stringify(token, null,4)); + //print(JSON.stringify(token, null,4)); // look back one and see if we can find a comment!!! //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match(/eval/)) { @@ -785,7 +785,7 @@ ScopeParser.prototype = { symbol = token.data; - //if (this.mode == 'BUILDING_SYMBOL_TREE') { + if (this.mode == 'BUILDING_SYMBOL_TREE') { if (token.name == "EVAL") { //print(JSON.stringify(token,null,4)); @@ -816,7 +816,7 @@ ScopeParser.prototype = { } break; - //} + } default: //if (this.mode == 'BUILDING_SYMBOL_TREE') // print("EXPR-SKIP:" + JSON.stringify(token, null, 4));