JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index b5f46be..bd67ad8 100644 (file)
@@ -54,7 +54,7 @@ const TokenReader = XObject.define(
                 }
                 return true;
             }
-
+            Options.LOG.inform("tokens : " + tokens);
             while (!stream.look().eof) {
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;