JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index f98c670..413229f 100644 (file)
@@ -759,7 +759,7 @@ ScopeParser.prototype = {
 
         token = this.ts.nextTok();
         // assert token.getType() == Token.LC;
-        this.braceNesting++;
+        //this.braceNesting++;
 
         //token = this.ts.nextTok();
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {