JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 10:35:26 +0000 (18:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 10:35:26 +0000 (18:35 +0800)
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) {