X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=e4dc1d75fa89f9213706de493b9dae0995707988;hp=62fafee99f332bb628860c908a0bb7db0493c0a1;hb=8bb07ea4eca99e165d1721fcfc6969dfd4f0a7b7;hpb=24c208e137ccb88ba4b9087c37e42405952f3343 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 62fafee..e4dc1d7 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); @@ -627,7 +627,7 @@ ScopeParser.prototype = { //this.log("EXP:" + token.data); switch (token.type) { case 'PUNC': - print("EXPR-PUNC:" + token.toString()); + //print("EXPR-PUNC:" + token.toString()); switch(token.data) {