JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:15:38 +0000 (13:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:15:38 +0000 (13:15 +0800)
JSDOC/ScopeParser.js

index d2ded36..5ecc388 100644 (file)
@@ -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++) {