JSDOC/Parser.js
authorAlan Knowles <alan@akkbhome.com>
Thu, 15 Jul 2010 23:44:13 +0000 (07:44 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 15 Jul 2010 23:44:13 +0000 (07:44 +0800)
JSDOC/Parser.js

index 32f1ab1..3df204b 100644 (file)
@@ -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)) {