X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=a908c682e078eb5c5db4f9eb3c26112b6297ad4c;hp=ed51371bb1b5ee14e3f4b6f9f1a7e1dfcddea451;hb=8d3da5add7661d0561a7b1c6beed412f42a590f7;hpb=4eef70fe09fbc2923e04feeeb5b744bde17f038d diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index ed51371..a908c68 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -493,7 +493,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/)) { @@ -749,7 +749,7 @@ ScopeParser.prototype = { if (this.mode == 'BUILDING_SYMBOL_TREE') { if (token.name == "EVAL") { - print(JSON.stringify(token,null,4)); + //print(JSON.stringify(token,null,4)); if (token.prefix && token.prefix.match(/eval:var:/g)) { // look for eval:var:noreplace\n // print("GOT MATCH?");