X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FTokenReader.js;h=6ee83b99a83bb4c1b517d4e2b29c299face756cc;hb=61373dc4e1077ba12162044fb3c7830164922c08;hp=bd67ad8117a69712430e262192c1bc0a1af4aa72;hpb=18cbb4d171b18a727e5b782a0b5fd69e1baadbd3;p=gnome.introspection-doc-generator diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index bd67ad8..6ee83b9 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -54,8 +54,9 @@ const TokenReader = XObject.define( } return true; } - Options.LOG.inform("tokens : " + tokens); + while (!stream.look().eof) { + console.log(tokens); if (this.read_mlcomment(stream, tokens)) continue; if (this.read_slcomment(stream, tokens)) continue; if (this.read_dbquote(stream, tokens)) continue;