JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 06:03:20 +0000 (14:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 06:03:20 +0000 (14:03 +0800)
JSDOC/ScopeParser.js

index fb9cec9..db7a70a 100644 (file)
@@ -785,7 +785,7 @@ ScopeParser.prototype = {
                     
              
                     symbol = token.data;
                     
              
                     symbol = token.data;
-                    if (this.mode == 'BUILDING_SYMBOL_TREE') {
+                    //if (this.mode == 'BUILDING_SYMBOL_TREE') {
                         
                         if (token.name == "EVAL") {
                             print(JSON.stringify(token,null,4));
                         
                         if (token.name == "EVAL") {
                             print(JSON.stringify(token,null,4));
@@ -816,7 +816,7 @@ ScopeParser.prototype = {
 
                         }
                         break;
 
                         }
                         break;
-                    } 
+                    //
                 default:
                     //if (this.mode == 'BUILDING_SYMBOL_TREE') 
                     //    print("EXPR-SKIP:" + JSON.stringify(token, null, 4));
                 default:
                     //if (this.mode == 'BUILDING_SYMBOL_TREE') 
                     //    print("EXPR-SKIP:" + JSON.stringify(token, null, 4));