JSDOC/BuildDocs.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:42:36 +0000 (14:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:42:36 +0000 (14:42 +0800)
JSDOC/BuildDocs.js

index 54592a4..add567c 100644 (file)
@@ -6,7 +6,7 @@
 
 Options = import.Options.Options;
 XObject = import.XObject.XObject;
-
+File = import.File.File;
 /******************    INCLUDES ARE ALL AT THE BOTTOM OF THIS FILE!!!!! *******************/
 
 // should not realy be here -- or anywhere...??
@@ -39,7 +39,9 @@ BuildDocs = {
         
         Options.LOG.inform("JsDoc Toolkit main() running at "+new Date()+".");
         Options.LOG.inform("With options: ");
-         
+        File.mkdir(
+        
+        
         // the -c option: use a configuration file - not supported at present..