X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=db7a70a5fbde18b12428f88affd53ace466d95f4;hp=fb9cec9226c3c87b23d42e26ee87be40b79ce518;hb=ce86169ffe401ff844fabb5e6f93130b2b53ecc3;hpb=048f2feb9ac0f54a9e78a0205c2cf434c3b91477 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index fb9cec9..db7a70a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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));