JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 97b3fac..a988924 100644 (file)
@@ -361,6 +361,7 @@ ScopeParser.prototype = {
                     break;
 
                 case "PUNC.RIGHT_CURLY": // }
+                    print("<< EXIT SCOPE");
                     return;
                 /*
                     //println("<i>"+token.data+"</i>");
@@ -654,6 +655,7 @@ ScopeParser.prototype = {
                             break;
  
                         case ']': //Token.RB:
+                            print("<< EXIT EXPRESSION");
                             return;