JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index a1f726e..40bf757 100644 (file)
@@ -33,7 +33,7 @@ Options = {
         //"handler" : [],  // was H -- not supported..
     }
     
-    // and now the defaults..
+    // and now the defaults.. (which type can be infered from..)
     
     "baseDir" :  '',  // base directory - 
     "target" : '',   // was d. ?? source directory (needed to put temporary files..)
@@ -51,7 +51,7 @@ Options = {
     "suppress": '',  // was s ??? used?
     "outputSource" : true,
     "testmode": '',  // was t
-    "help": '',   // was h
+    "help": false,   // was h;se
     "verbose": '',   // was v
     "disablecache": '',   // was C
     "define" : [],   // was D.
@@ -163,5 +163,6 @@ Options = {
                 continue;
             }
             
+            
     
 }
\ No newline at end of file