JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index b0c51d0..ffd6159 100644 (file)
@@ -871,8 +871,10 @@ ScopeParser.prototype = {
                 argpos++;
             }
         }
-        Seed.quit();
+        
         token = this.ts.nextTok();
+        print('FUNC-BODY:' + JSON.stringify(token,null,4));
+        Seed.quit();
         //print(token.toString());
         // assert token.getType() == Token.LC;
         this.braceNesting++;