X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;fp=JSDOC%2FTokenReader.js;h=8977435d4b712ad5e72ebcfee86e7d18aa2cae56;hp=6ee83b99a83bb4c1b517d4e2b29c299face756cc;hb=251a612f98bda9d80aa3c724736e626bec36398f;hpb=61373dc4e1077ba12162044fb3c7830164922c08 diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index 6ee83b9..8977435 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -54,9 +54,9 @@ const TokenReader = XObject.define( } return true; } - + console.log(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;