JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index eaf73de..512e7a0 100644 (file)
@@ -170,11 +170,11 @@ Walker2 = XObject.define(
                         // add it to the current scope????
                         
                         this.addSymbol('', true);
-                        print ( "Unconsumed Doc: " + token.toString())
+                        //print ( "Unconsumed Doc: " + token.toString())
                         //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource();
                     }
                     
-                    print ( "NEW COMMENT: " + token.toString())
+                   // print ( "NEW COMMENT: " + token.toString())
                     var newDoc = new DocComment(token.data);
                     
                     // it's a scope changer..
@@ -740,8 +740,8 @@ Walker2 = XObject.define(
          
         addSymbol: function(lastIdent, appendIt, atype )
         {
-            //print("Walker.addSymbol : " + lastIdent);
-            //print("Walker.curdoc: " + JSON.stringify(this.currentDoc, null,4));
+            print("Walker.addSymbol : " + lastIdent);
+            print("Walker.curdoc: " + JSON.stringify(this.currentDoc, null,4));
             
             /*if (!this.currentDoc.tags.length) {