From 48fc4f4404ef2da8f74d8a7090e6dc788176c19a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:24:44 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 256cc0c..78b1265 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -132,7 +132,7 @@ BuildDocs = { Options.LOG.warn("Can't read source file '"+srcFile+"': "+e.message); continue; } - + Options.LOG.warn("read : " + srcFile); var txs = new TextStream(src); var tr = new TokenReader({ keepComments : true, keepWhite : true }); -- 2.39.2