JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:59:27 +0000 (17:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:59:27 +0000 (17:59 +0800)
JSDOC/Options.js

index 09ea4e7..290d64e 100644 (file)
@@ -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..