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