From: Alan Knowles Date: Fri, 16 Jul 2010 05:06:26 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=5c2d4b0c54284ad45c2cf64df3e0b9cf72fb2aaa;ds=sidebyside JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 42e36c5..dbc42b1 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -303,7 +303,7 @@ ScopeParser.prototype = { var nts = []; while (true) { var n = this.ts.lookTok(); - print(n.toString()); + if (!n || n.type == 'VOID' || n.data == ',') { break; }