JSDOC/TokenStream.vala
[gnome.introspection-doc-generator] / JSDOC / TokenStream.vala
index 83dd044..7c95f84 100644 (file)
@@ -250,8 +250,9 @@ namespace JSDOC {
                        if (token.is(stop)) {
                            depth--;
                            
-                               print("balance (%d): STOP: %s\n"  depth ,  token.data);
+                               print("balance (%d): STOP: %s\n"  depth ,  token.data);
                            if (depth < 1) {
+                                       print("returning got %d", got.size);
                                        return got;
                                }