From: Alan Knowles Date: Mon, 28 Jun 2010 07:52:23 +0000 (+0800) Subject: JSDOC/Parser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f2ea8586676ae103fae1b78ed62dd7705ff04ffe JSDOC/Parser.js --- diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index a18e52b..75e4c9d 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -33,13 +33,13 @@ Parser = { print("init parser conf!?"); this.conf = { loaded : true, - ignoreCode: JSDOC.opt.n, + ignoreCode: Options.n, ignoreAnonymous: true, // factory: true treatUnderscoredAsPrivate: true, // factory: true explain: false // factory: false }; - this.symbols = new JSDOC.SymbolSet(); + this.symbols = new SymbolSet(); //this.walker = new JSDOC.Walker(); //JSDOC.Parser.filesSymbols = {}; },