JSDOC/TokenStream.js
[gnome.introspection-doc-generator] / JSDOC / TokenStream.js
index 8521dba..26f03c4 100644 (file)
@@ -192,7 +192,8 @@ TokenStream = XObject.define(
             var depth = 0;
             var got = [];
             var started = false;
-            //Seed.print("STOP:" + stop);
+            Seed.print("START:" + start);
+            Seed.print("STOP:" + stop);
             while ((token = this.look())) {
                 if (token.is(start)) {
                    // Seed.print("balance: START : " + depth + " " + token.data);