JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index d94cd94..5e96f4e 100644 (file)
@@ -79,9 +79,10 @@ Options = {
         
         // the reset of this is specific to JSDOC - and can not be moved to a generic handler..
         
+         
         this.LOG.verbose = this.verbose;
         
-        
+        // this is most likely to come from the command line..
         if (this.conf) {
             XObject.extend(this, JSON.parse(File.read(this.conf)));;
         }