X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;fp=JSDOC%2FTokenReader.js;h=b5f46bece5b4f177078b458d1f229fa1869a5ea5;hp=8977435d4b712ad5e72ebcfee86e7d18aa2cae56;hb=07f503171d7c8323bf297cf7f5e8c6b8b3f6af0a;hpb=251a612f98bda9d80aa3c724736e626bec36398f diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index 8977435..b5f46be 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -54,9 +54,8 @@ const TokenReader = XObject.define( } return true; } - console.log(tokens); + while (!stream.look().eof) { - if (this.read_mlcomment(stream, tokens)) continue; if (this.read_slcomment(stream, tokens)) continue; if (this.read_dbquote(stream, tokens)) continue;