JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 99baf29..784faa9 100644 (file)
@@ -852,6 +852,7 @@ ScopeParser.prototype = {
           
         }
         
+        print('FUNC-PARSE:' + JSON.stringify(token,null,4));
         // Parse function arguments.
         var argpos = 0;
         while (this.ts.lookTok().data != ')') { //(token = consumeToken()).getType() != Token.RP) {