X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=d3daaed481f07ab39e76c95c8b04a1d5224b288b;hp=e4dc1d75fa89f9213706de493b9dae0995707988;hb=42ddbabf5dfa5723bc6c921168fd57dc8d795868;hpb=8bb07ea4eca99e165d1721fcfc6969dfd4f0a7b7 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e4dc1d7..d3daaed 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, ''); @@ -533,7 +533,9 @@ ScopeParser.prototype = { if (this.mode == 'BUILDING_SYMBOL_TREE') { - if (symbol == "eval") { + if (token.name == "EVAL") { + + 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/')) {