X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=a69b25131a0b1ee6421c2110a1f6b221062c7d9d;hp=49041305b29e4bde2483ec8ed3b7fbb77a9d875e;hb=0d87246464fc48dab6e16d4799c4458fc4b03cf6;hpb=d4368d6a39ba7e0f2875e9f42e52cd522ec5c336 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 4904130..a69b251 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -635,7 +635,7 @@ ScopeParser.prototype = { var ts = this.ts; var _this = this; token.items.forEach(function(ns) { - print("EXPR-PUNC[:" + JSON.stringify(ns, null, 4)); + print("EXPR-PUNC-MAKE:" + JSON.stringify(ns, null, 4)); _this.ts = new TokenStream(ns); _this.ts.cursor--; _this.parseExpression();