JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index d07e65d..3da9fed 100644 (file)
@@ -149,13 +149,13 @@ Walker2 = XObject.define(
             
             if (this.ts.cursor < 1) {
                 this.ts.cursor--; // hopeflly this kludge will work
-               }
-            
+            }
             
             
+            print(JSON.stringify(this.ts)); Seed.quit();
             
             while (false != (token = this.ts.next())) {
-                //print("TOK"+ token.toString());
+                print("TOK"+ token.toString());
                 //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
                   
                 if (token.is('WHIT')) {