From: Alan Knowles Date: Tue, 29 Jun 2010 06:41:57 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=5464351d249db148af4ff14df577acc869915550 JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index fcd0bc9..a71df8e 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -8,7 +8,7 @@ File = import.File.File; Options = { "files" : [], // was _ - "directory" : '', // was d. + "directory" : '', // was d. ?? not supporteD??? "conf" : '', // was c. "template": '', // was t. "recurse": false, // was r. @@ -60,12 +60,14 @@ Options = { message: "No template specified" }; } + /* not supported if (!this.directory) { throw { name: "ArgumentError", message: "No directory specified" }; } + */ }