From: Alan Knowles Date: Tue, 6 Jul 2010 10:09:02 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=6a1e2129b5675f41e4791b740cf86033d50ea48a JSDOC/Options.js --- 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" : '',