X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=f1160d2194d9399c6a472a796e490acf34de3ac6;hp=af2ec289bc31870dbd2087dc2c5eb41b04259a50;hb=359a540870cecc4e30fb7d978de235d7bd226cc8;hpb=f20a2b774305c24a9949c21087d72d543849ac1c diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index af2ec28..f1160d2 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -363,8 +363,7 @@ ScopeParser.prototype = { var _this = this; token.items.forEach(function(expr) { - print(expr.toString()); - //print(JSON.stringify(expr, null,4)); + //print(expr.toString()); _this.ts = new TokenStream(expr); //if (curTS.data == '(') { _this.parseScope(scope)