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

index 36578fc..50a0892 100644 (file)
@@ -39,17 +39,10 @@ BuildDocs = {
         
         Options.LOG.inform("JsDoc Toolkit main() running at "+new Date()+".");
         Options.LOG.inform("With options: ");
-        
-        //for (var o in JSDOC.opt) {
-        //        JSDOC.opt.LOG.inform("    "+o+": "+JSDOC.opt[o]);
-        //    }
-            
-          
-            
+         
+        // the -c option: use a configuration file
+         
              
-        var template = Options.template; // || System.getProperty("jsdoc.template.dir");
-        println("Template: " + Options.template);
-