JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:33:11 +0000 (17:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:33:11 +0000 (17:33 +0800)
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"