JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index b5f46be..a45bb0a 100644 (file)
@@ -56,6 +56,7 @@ const TokenReader = XObject.define(
             }
 
             while (!stream.look().eof) {
+                print_r(tokens);
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;
                 if (this.read_dbquote(stream, tokens))   continue;