JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index a330d76..598568a 100644 (file)
@@ -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