JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index be833fc..f9beecf 100644 (file)
@@ -31,15 +31,11 @@ BuildDocs = {
     
     srcFiles : [],
     
-    build : function (opts)
+    build : function ()
     {
-        
-        XObject.extend(Options, opts);
          
         Options.init();
         
-     
-        
         Options.LOG.inform("JsDoc Toolkit main() running at "+new Date()+".");
         //Options.LOG.inform("With options: ");
         
@@ -150,7 +146,7 @@ BuildDocs = {
         
         
         Parser.finish();
-    }
+    },
     
      
         
@@ -280,7 +276,7 @@ BuildDocs = {
         
     },
 
-    publishJSON = function(file, data)
+    publishJSON : function(file, data)
     {
         // what we need to output to be usefull...
         // a) props..