From: Alan Knowles Date: Thu, 15 Jul 2010 06:10:19 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=542fdbb830207dd38aa62c61648bdd0f00d055ec JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 103bb7b..c6880bc 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -873,7 +873,7 @@ ScopeParser.prototype = { } token = this.ts.nextTok(); - print('FUNC-BODY:' + JSON.stringify(token.items,null,4)); + //print('FUNC-BODY:' + JSON.stringify(token.items,null,4)); //Seed.quit(); //print(token.toString()); // assert token.getType() == Token.LC; @@ -887,7 +887,7 @@ ScopeParser.prototype = { _this.ts = new TokenStream(tar); _this.parseScope(fnScope); - }) + }); //print(JSON.stringify(this.ts,null,4)); //this.parseScope(fnScope);