From fe422e05dc9495d445136cb86dd4a872267c5e56 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 10:53:38 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 4ae5884..48396db 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -477,16 +477,16 @@ Walker2 = XObject.define( //print("GOT FUNCTION"); // see if we have an unconsumed doc... - if (this.currentDoc) { - throw { - name: "ArgumentError", - message: "Unhandled doc (TOKfunction)" + token.toString() - }; - + //if (this.currentDoc) { + // throw { + // name: "ArgumentError", + // message: "Unhandled doc (TOKfunction)" + token.toString() + // }; + // //this.addSymbol(this.currentDoc.getTag('class')[0].name, true); //throw "Unconsumed Doc: (TOKrbrace)" + this.currentDoc.toSource(); - } + //} -- 2.39.2