X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=2914d1829abd318d00d25d3de6097b9726dd8632;hp=330f3d0238ee6f99093177430764dadf88d3c6f2;hb=916df056b7a16402c5258d9f6a3fd0ce865a3ed5;hpb=9147f475305f2564c1a6ef47755f58b5d67520f7 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 330f3d0..2914d18 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -303,6 +303,7 @@ ScopeParser.prototype = { var nts = []; while (true) { var n = this.ts.lookTok(); + print(n.toString()); if (!n || n.data == ',') { break; }