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