From: Alan Knowles Date: Fri, 16 Jul 2010 02:28:19 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=cf19a51fbc45888394a0854c4cc8abc5015c9063 JSDOC/Walker2.js --- 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..