From: Alan Knowles Date: Thu, 13 Dec 2012 08:46:13 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=359a540870cecc4e30fb7d978de235d7bd226cc8 JSDOC/ScopeParser.js --- 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)