From: Alan Knowles Date: Wed, 30 Jun 2010 10:00:53 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2c37a768f5663d43bf0b6f11121c88f619cf1753 JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 290d64e..f739c3b 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -102,6 +102,7 @@ Options = { if (this.conf) { var conf = this.conf[0] == '/' ? this.conf : this.baseDir + '/' + this.conf; print("loading : " + conf); + print(JSON.stringify(JSON.parse(File.read(conf)), null,4); XObject.extend(this, JSON.parse(File.read(conf)));; } // help ?? -- usage..