From 6a1e2129b5675f41e4791b740cf86033d50ea48a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:09:02 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index a85908a..beaeb45 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -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" : '', -- 2.39.2