From cf19a51fbc45888394a0854c4cc8abc5015c9063 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 10:28:19 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index ecd2764..3d44c34 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -170,11 +170,11 @@ Walker2 = XObject.define( // add it to the current scope???? this.addSymbol('', true); - print ( "Unconsumed Doc (TOKwhitespace): " + token.toString()) + print ( "Unconsumed Doc: " + token.toString()) //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource(); } - + print ( "NEW COMMENT: " + token.toString()) var newDoc = new DocComment(token.data); // it's a scope changer.. -- 2.39.2