JSDOC/TokenStream.vala
[gnome.introspection-doc-generator] / JSDOC / TokenStream.vala
index 6c6f8ad..83dd044 100644 (file)
@@ -249,10 +249,12 @@ namespace JSDOC {
                        
                        if (token.is(stop)) {
                            depth--;
-                       //    Seed.print("balance: STOP: "  + depth + " " + token.data);
+                           
+                               print("balance (%d): STOP: %s\n"  depth ,  token.data);
                            if (depth < 1) {
                                        return got;
                                }
+                               
                        }
                        if (null == this.next()) {
                                break;