JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 00b6ec0..0f0422c 100644 (file)
@@ -131,12 +131,12 @@ Options = {
         
         // should cacheDirectory be a subdirectory of target??
         // if not set..
-        if (!this.cacheDirectory) {
-            throw {
-                name: "ArgumentError", 
-                message: "No cacheDirectory specified" 
-            };
-        }
+        //if (!this.cacheDirectory) {
+        //    throw {
+        //        name: "ArgumentError", 
+        //        message: "No cacheDirectory specified" 
+        //    };
+        // }
         
     },
     /**