JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index 63c7eab..4ae5884 100644 (file)
@@ -427,7 +427,7 @@ Walker2 = XObject.define(
                         this.currentDoc = false;
                         continue;
                     }
-                    
+                    /*
                     if (this.currentDoc) {
                         //print(token.toString());
                         
@@ -454,7 +454,7 @@ Walker2 = XObject.define(
                         
                         
                     }
-                 
+                    */
                     
                     continue; // dont care about other idents..
                     
@@ -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) {