JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 02:28:19 +0000 (10:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 02:28:19 +0000 (10:28 +0800)
JSDOC/Walker2.js

index ecd2764..3d44c34 100644 (file)
@@ -170,11 +170,11 @@ Walker2 = XObject.define(
                         // add it to the current scope????
                         
                         this.addSymbol('', true);
                         // add it to the current scope????
                         
                         this.addSymbol('', true);
-                        print ( "Unconsumed Doc (TOKwhitespace): " + token.toString())
+                        print ( "Unconsumed Doc: " + token.toString())
                         //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource();
                     }
                     
                         //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource();
                     }
                     
-                    
+                    print ( "NEW COMMENT: " + token.toString())
                     var newDoc = new DocComment(token.data);
                     
                     // it's a scope changer..
                     var newDoc = new DocComment(token.data);
                     
                     // it's a scope changer..