From: Alan Knowles Date: Fri, 16 Jul 2010 05:45:16 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b7f9cb52424bf8f724e33f6a489eed42e5c21e95;hp=5ae181075fcbf2f6f909ffe0525f65069f7493f9 JSDOC/ScopeParser.js --- 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();