X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FOptions.js;h=ed4a1eb6b7c84760f1ac4f04177df38658711673;hp=b01ea7e388e9f6bea8430ea6d81240a47a9b3146;hb=730b246bf79d0c06ca211bb0fc1d12c94f22f466;hpb=62175f99b632b2f61ab2cc70d37d1f6a054f401f diff --git a/JSDOC/Options.js b/JSDOC/Options.js index b01ea7e..ed4a1eb 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 ); @@ -135,11 +140,11 @@ Options = { if (!this.templateDir) { throw { name: "ArgumentError", - message: "No template Directory specified" + message: "No templateDir Directory specified" }; } if (this.templateDir[0] !='/') { - this.templateDir = this.baseDir + '/' + this.template; + this.templateDir = this.baseDir + '/' + this.templateDir; }