From: Alan Knowles Date: Tue, 29 Jun 2010 06:21:02 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=8c4a022c1fd02272af2ca65dcb4d4d1ba47b412d JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 7b32863..b665f4a 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -23,6 +23,19 @@ Options = { "verbose": '', "disablecache": '', "define" : [], - "handler" : [] + "handler" : [], + LOG : { + warn : function(str) { + print("Warn: " +str ); + }, + inform : function(str) { + print("Inform: " +str ); + }, + close : function() { }, + flush : function() { }, + out: false, + warnings : [], + verbose : false + } } \ No newline at end of file