JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 330f3d0..2914d18 100644 (file)
@@ -303,6 +303,7 @@ ScopeParser.prototype = {
                             var nts = [];
                             while (true) {
                                 var n = this.ts.lookTok();
+                                print(n.toString());
                                 if (!n || n.data == ',') {
                                     break;
                                 }