X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=bc7923c7e6b28d11fab1f314092172e16bc1c7aa;hp=5b880456658ccdefc9a55cfbed3bfa4e52555141;hb=0843e95ffef172014665aa0d27af71dbefd3c483;hpb=5ae181075fcbf2f6f909ffe0525f65069f7493f9 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 5b88045..bc7923c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -770,6 +770,8 @@ ScopeParser.prototype = { case 'KEYW': //if (this.mode == 'BUILDING_SYMBOL_TREE') // print("EXPR-KEYW:" + JSON.stringify(token, null, 4)); + + print('EXPR-KEYW:' + token.toString()); if (token.name == "FUNCTION") { this.parseFunctionDeclaration();