From: Edward Date: Tue, 1 Apr 2014 05:03:21 +0000 (+0800) Subject: JSDOC/TokenReader.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=251a612f98bda9d80aa3c724736e626bec36398f JSDOC/TokenReader.js --- 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;