X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=a12181c7bd188fd53a9086fbb97b00061f1c9d12;hp=551a60a0c0814992a099c432c438e147b3f1f3ce;hb=736d582f401ac9824b279514e0ed497da11163d8;hpb=b40d5eeb44230d188aebc15a0b501e955522fd47 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 551a60a..a12181c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -243,7 +243,7 @@ ScopeParser.prototype = { while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); //this.dumpToken(token , this.scopes, this.braceNesting); - print('SCOPE:' + token.toString()); + //print('SCOPE:' + token.toString()); //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); @@ -789,6 +789,7 @@ ScopeParser.prototype = { print(JSON.stringify(token,null,4)); if (token.prefix && token.prefix.match(/eval:var:/g)) { // look for eval:var:noreplace\n + print("GOT MATCH?"); var _t = this; token.prefix.replace(/eval:var:([a-z]+)/ig, function(m, a) {