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