JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:09:02 +0000 (18:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:09:02 +0000 (18:09 +0800)
JSDOC/Options.js

index a85908a..beaeb45 100644 (file)
@@ -19,6 +19,7 @@ Options = {
     // options get defined like this..
     "--src"           :  "source directory (either absolute - starts with "/" or relative " + 
                         "- without, in which case it's added to baseDir",
+    "--exclude-src"       : 'Ex',   
     "--baseDir"       :  'Base Directory (root directory of code)',
     "--target"        :  'Target Directory (where html files go)',
     "--cacheDirectory": 'Cached Files Directory',
@@ -44,6 +45,7 @@ Options = {
     
     // and now the defaults.. (which type can be infered from..)
     "src" : [],
+    "exclude-src" : [],
     "baseDir" :  '',  // base directory - 
     "target" : '',   // was d. ?? source directory (needed to put temporary files..)
     "cacheDirectory" : '',