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