JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 8641bdd..e93d3b0 100644 (file)
@@ -12,7 +12,7 @@ Options = {
     "cacheDirectory" : '',
     "conf" : '',       // was c.
     "template": '',   // was t.
-    "recurse": false,   // was r.
+    // "recurse": false,   // was r. - not supported..
     "ext": '',   // was x.
     "private": '',   // was p
     "allfunctions": '',   // was a
@@ -68,7 +68,8 @@ Options = {
                 message: "No directory specified" 
             };
         }
-         
+        // should cacheDirectory be a subdirectory of target??
+        // if not set..
         if (!this.cacheDirectory) {
             throw {
                 name: "ArgumentError",