JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index df6f678..0d89950 100644 (file)
@@ -7,9 +7,12 @@ File = import.File.File;
 
 Options = {
 
+    // generic stuff...
     "--help"          : 'Show help',   // was h
     "help": false,   // was h;se
     
+    
+    
     // options get defined like this..
     "--src"           :  "source directory (either absolute - starts with "/" or relative " + 
                         "- without, in which case it's added to baseDir"