JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index d275686..0095702 100644 (file)
@@ -741,6 +741,7 @@ Walker2 = XObject.define(
         addSymbol: function(lastIdent, appendIt, atype )
         {
             print("addSymbol : " + lastIdent);
+            
             /*if (!this.currentDoc.tags.length) {
                 
               
@@ -815,7 +816,7 @@ Walker2 = XObject.define(
                     
                 
                 /// calc scope!!
-                //print("ADDING SYMBOL: "+ s.join('|') +"\n"+ _s + "\n" +Script.prettyDump(this.currentDoc.toSource()));
+                print("ADDING SYMBOL: "+ s.join('|') +"\n"+ _s + "\n" +Script.prettyDump(this.currentDoc.toSource()));
                 
                 if (appendIt && !lastIdent.length) {