From: Alan Knowles Date: Thu, 15 Jul 2010 06:04:12 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ae3d88afc78a1d38fdf213d93fa6c530b39d4d17 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b0c51d0..ffd6159 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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++;