JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 43bdaf3..1f3a5d6 100644 (file)
@@ -873,8 +873,8 @@ ScopeParser.prototype = {
         }
         
         token = this.ts.nextTok();
-        print('FUNC-BODY:' + JSON.stringify(token,null,4));
-        Seed.quit();
+       // print('FUNC-BODY:' + JSON.stringify(token,null,4));
+        //Seed.quit();
         //print(token.toString());
         // assert token.getType() == Token.LC;
         //this.braceNesting++;
@@ -883,6 +883,7 @@ ScopeParser.prototype = {
         //print(token.toString());
         var outTS = this.ts;
         this.ts = new TokenStream(token.items);
+        print(JSON.stringify(this.ts,null,4);
         this.parseScope(fnScope);
         this.ts = outTS;
         // now pop it off the stack!!!