X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=5ecc388a22825f0ff897fbff8dfb8c6ef2efeb2d;hp=d2ded369c73a3ad0e7c17a866af5a2db13b1cdd9;hb=3cc16040a01e94ec391a7b32b4abca0621581dd6;hpb=bf0dc74f117749576f2dbcf2ec602600c5f0c298 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index d2ded36..5ecc388 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -896,7 +896,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++) {