From: Alan Knowles Date: Tue, 29 Jun 2010 06:38:25 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=207e79e0f9b885bf51408ef38dc9a4ea14451629 JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index a330d76..598568a 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -49,7 +49,16 @@ Options = { // help ?? -- usage.. if (!this.files.length) { + throw { + name: "ArgumentError", + message: "No files specified" + }; + } + if (!this.template) { } + + + } } \ No newline at end of file