X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FOptions.js;h=7fac06f828ce910e0e993102eb49a33a1043e086;hp=8094ce9ab8a7f65850a2ac0e6f39d7548078c842;hb=a67931117fc1f532da5016752f7dd3c625ce25d3;hpb=2af1a995d77c21e2c13555797534bfc3df2080e8 diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 8094ce9..7fac06f 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -67,6 +67,11 @@ Options = { "disablecache": '', // was C "define" : [], // was D. "handler" : [], // was H -- not supported.. + + + "version" : "1.0", + "copyright" : "LGPL", + LOG : { warn : function(str) { print("Warn: " +str ); @@ -139,7 +144,7 @@ Options = { }; } if (this.templateDir[0] !='/') { - this.templateDir = this.baseDir + '/' + this.template; + this.templateDir = this.baseDir + '/' + this.templateDir; } @@ -149,7 +154,8 @@ Options = { message: "No directory specified" }; } - + + //print(JSON.stringify(this, null,4)); // should cacheDirectory be a subdirectory of target?? // if not set..