From: Alan Knowles Date: Thu, 15 Jul 2010 23:44:13 +0000 (+0800) Subject: JSDOC/Parser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=bdeb3cd161a067f07bae14f4d6a0e1a636324e33 JSDOC/Parser.js --- diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 32f1ab1..3df204b 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -31,7 +31,7 @@ Parser = { if (this.conf.loaded) { return; } - print("init parser conf!?"); + //print("init parser conf!?"); this.conf = { loaded : true, //ignoreCode: Options.n, @@ -123,7 +123,7 @@ Parser = { addSymbol: function(symbol) { - print("PARSER addSYMBOL : " + symbol.alias); + //print("PARSER addSYMBOL : " + symbol.alias); // if a symbol alias is documented more than once the last one with the user docs wins if (this.symbols.hasSymbol(symbol.alias)) {