JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index e93d3b0..025ae5d 100644 (file)
@@ -7,7 +7,7 @@ File = import.File.File;
 
 Options = {
     
-    "files" : [],  // was _
+    "src" : [],  // array of source directories..
     "directory" : '',   // was d. ?? source directory (needed to put temporary files..)
     "cacheDirectory" : '',
     "conf" : '',       // was c.
@@ -25,7 +25,7 @@ Options = {
     "verbose": '',   // was v
     "disablecache": '',   // was C
     "define" : [],   // was D.
-    "handler" : [],  // was H
+    "handler" : [],  // was H -- not supported..
     LOG : {
         warn : function(str) {
             print("Warn: " +str );
@@ -49,7 +49,7 @@ Options = {
         }
         // help ?? -- usage..
         
-        if (!this.files.length) {
+        if (!this.src.length) {
             throw {
                 name: "ArgumentError", 
                 message: "No files specified"