JSDOC/TokenReader.js
authorEdward <edward@roojs.com>
Tue, 1 Apr 2014 05:14:15 +0000 (13:14 +0800)
committerEdward <edward@roojs.com>
Tue, 1 Apr 2014 05:14:15 +0000 (13:14 +0800)
JSDOC/BuildDocs.js

JSDOC/BuildDocs.js
JSDOC/TokenReader.js

index cb40fa0..3304ca9 100644 (file)
@@ -115,7 +115,7 @@ BuildDocs = {
             
             var srcFile = this.srcFiles[i];
             
             
             var srcFile = this.srcFiles[i];
             
-            Options.LOG.inform("reading  i : " + i);
+            
             var cacheFile = !Options.cacheDirectory.length ? false : 
                 Options.cacheDirectory + srcFile.replace(/\//g, '_') + ".cache";
             
             var cacheFile = !Options.cacheDirectory.length ? false : 
                 Options.cacheDirectory + srcFile.replace(/\//g, '_') + ".cache";
             
index 9fd3aea..9fe4fe7 100644 (file)
@@ -259,7 +259,6 @@ const TokenReader = XObject.define(
                 found = "\n";
             }
              if (this.keepWhite) {
                 found = "\n";
             }
              if (this.keepWhite) {
-                //console.log(typeof(token));
                 var last = tokens ? tokens.pop() : false;
                 if (last && last.name != "WHIT") {
                     tokens.push(last);
                 var last = tokens ? tokens.pop() : false;
                 if (last && last.name != "WHIT") {
                     tokens.push(last);