JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 2edde25..5e96f4e 100644 (file)
@@ -76,9 +76,13 @@ Options = {
             this.showHelp();
           
         }
-        this.LOG.verbose = this.verbose;
         
+        // 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)));;
         }
@@ -131,11 +135,6 @@ Options = {
         args.shift(); //seed
         args.shift(); // pack.js
         
-        
-        
-        
-        
-
         for(var i =0; i < args.length;i++) {
             if (args[i].substring(0,2) != '--') {
                 
@@ -188,6 +187,8 @@ Options = {
         
         
     },
+    
+    
     function showHelp()
     {
         print ("Usage: ");