From: alan Date: Mon, 19 Apr 2010 09:49:42 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b9bca90889e97daabe710d99c81de18610ec367d JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bcbc130..57df912 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -98,7 +98,7 @@ ScopeParser.prototype = { }, warn: function(s) { - print('****************' + s); + //print('****************' + s); this.warnings.push(s); //println("WARNING:" + htmlescape(s) + "
"); }, @@ -133,7 +133,7 @@ ScopeParser.prototype = { this.mode = 'BUILDING_SYMBOL_TREE'; this.parseScope(this.globalScope); - print("---------------END PASS 1 ---------------- "); + //print("---------------END PASS 1 ---------------- "); }, mungeSymboltree : function() @@ -474,7 +474,7 @@ ScopeParser.prototype = { //if (this.ts.nextT()) break; } - print("<<<<<<