JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 4b71795..db7a70a 100644 (file)
@@ -548,7 +548,7 @@ ScopeParser.prototype = {
                                    // println("PROTECT "+a+" from munge" + (hi ? "FOUND" : "MISSING"));
                                     if (hi) {
                                         print("PROTECT "+a+" from munge");
-                                        print(JSON.stringify(hi,null,4));
+                                        //print(JSON.stringify(hi,null,4));
                                         hi.toMunge = false;
                                     }
                                     
@@ -785,7 +785,7 @@ ScopeParser.prototype = {
                     
              
                     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));
@@ -816,7 +816,7 @@ ScopeParser.prototype = {
 
                         }
                         break;
-                    } 
+                    //
                 default:
                     //if (this.mode == 'BUILDING_SYMBOL_TREE') 
                     //    print("EXPR-SKIP:" + JSON.stringify(token, null, 4));