X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=40dc9eca37974d7aac45a008e3f052dc26ab90e0;hp=2e488634c728e26f4beb8463d65e6853593c6759;hb=e7664dc7e8cecd61b3af8c7d62e6ba2a8e04fbf0;hpb=464eb562cca9995e9a9988d5218ac94dbe3f0576 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 2e48863..40dc9ec 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -895,7 +895,7 @@ ScopeParser.prototype = { fnScope = this.indexedScopes[token.id]; } //if (this.mode == 'BUILDING_SYMBOL_TREE') - print('FUNC-PARSE:' + JSON.stringify(token,null,4)); + // print('FUNC-PARSE:' + JSON.stringify(token,null,4)); // Parse function arguments. var args = token.items; for (var argpos =0; argpos < args.length; argpos++) {