JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index d07e65d..3132762 100644 (file)
@@ -148,14 +148,14 @@ Walker2 = XObject.define(
             var scopeLen = this.scopes.length;
             
             if (this.ts.cursor < 1) {
-                this.ts.cursor--; // hopeflly this kludge will work
-               }
-            
+                 this.ts.cursor--; // hopeflly this kludge will work
+            }
             
             
+            //print(JSON.stringify(this.ts, null, 4)); 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')) {