From: Alan Knowles Date: Wed, 30 Jun 2010 09:59:27 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4bf0ad66405c1e2e1b85200a2ffb2248bc0086e6 JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 09ea4e7..290d64e 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -101,6 +101,7 @@ Options = { // this is most likely to come from the command line.. if (this.conf) { var conf = this.conf[0] == '/' ? this.conf : this.baseDir + '/' + this.conf; + print("loading : " + conf); XObject.extend(this, JSON.parse(File.read(conf)));; } // help ?? -- usage..