JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index a38af24..e9d138e 100644 (file)
@@ -205,14 +205,14 @@ ScopeParser.prototype = {
                 return;
             }
             print(
-                (new Array(this.dumpLine.scope)).join("  ") + '|' + 
+            //    (new Array(this.dumpLine.scope)).join("  ") + '|' + 
                 (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);
             this.dumpLine.str = '';
             return;
         }
         
         print(
-            (new Array(this.dumpLine.scope)).join("  ") + '|' + 
+          //  (new Array(this.dumpLine.scope)).join("  ") + '|' + 
             (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);