JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 619dd6c..b3a3a4b 100644 (file)
@@ -655,8 +655,10 @@ ScopeParser.prototype = {
                             this.ts = ts;
                             
                             break;
+                            
+                        case ')': //Token.RP:
                         case ']': //Token.RB:
+                        case '}': //Token.RB:
                             print("<< EXIT EXPRESSION");
                             return;
                            
@@ -665,7 +667,7 @@ ScopeParser.prototype = {
                             parensNesting++;
                             break;
 
-                        case ')': //Token.RP:
+                        
                             parensNesting--;
                             break;
                     }