From: Alan Knowles Date: Tue, 6 Jul 2010 23:28:20 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=d496f627043e2e5f4d2210b8d093f98d161ebc1f JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 7b4ca3f..ad0e0b4 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -211,8 +211,8 @@ Walker2 = XObject.define( // things that stop comments carrying on...?? if (this.currentDoc && ( - token.tokN.data == ';' || - token.tokN.data == '}')) { + token.data == ';' || + token.data == '}')) { this.addSymbol('', true); //throw "Unconsumed Doc ("+ token.toString() +"): " + this.currentDoc.toSource(); }