From: Alan Knowles Date: Tue, 29 Jun 2010 06:35:00 +0000 (+0800) Subject: JSDOC/BuildDocs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b166a2f75ae3513dc873a3118f9ff9b851275ac4 JSDOC/BuildDocs.js --- diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 36578fc..50a0892 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -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); -