JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 08:58:46 +0000 (16:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 08:58:46 +0000 (16:58 +0800)
JSDOC/Options.js

index 37759e1..2a24d20 100644 (file)
@@ -7,13 +7,38 @@ File = import.File.File;
 
 Options = {
     
+    argTypes : {
+        "baseDir"       :  'Base Directory (root directory of code)',
+        "target"        :  'Target Directory (where html files go)',
+        "cacheDirectory": 'Cached Files Directory',
+        "conf"          : 'Read From a Configuration file',       // was c. - configuration file.. - parsed with JSON.parse
+        "template"      : 'Template Directory',   // was t.
+        // "recurse": false,   // was r. - not supported..
+        "ext"           :  'Extension of code files to read (normally js)',   // was x.
+        "publishExt" : 'html',
+        "private": '',   // was p
+        "allfunctions": '',   // was a
+        "encoding": '',   // was e.
+        "nocode": '',  // was n
+        "out": '',   // was o.
+        "suppress": '',  // was s ??? used?
+        "outputSource" : true,
+        "testmode": '',  // was t
+        "help": '',   // was h
+        "verbose": '',   // was v
+        "disablecache": '',   // was C
+        "define" : [],   // was D.
+        "handler" : [],  // was H -- not supported..
+    }
+    
+    
     "baseDir" :  '',  // base directory - 
     "target" : '',   // was d. ?? source directory (needed to put temporary files..)
     "cacheDirectory" : '',
     "conf" : '',       // was c. - configuration file.. - parsed with JSON.parse
     "template": '',   // was t.
     // "recurse": false,   // was r. - not supported..
-    "ext": '',   // was x.
+    "ext": 'js',   // was x.
     "publishExt" : 'html',
     "private": '',   // was p
     "allfunctions": '',   // was a