From cf33728ecd0e49d9aa9d7f93be054d0c6b2b31cc Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Fri, 12 Feb 2010 17:29:38 +0100 Subject: Better comment for LoadPluginSettings --- lib/Utils/Plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Utils/Plugin.h b/lib/Utils/Plugin.h index a2d3a7e..edd1561 100644 --- a/lib/Utils/Plugin.h +++ b/lib/Utils/Plugin.h @@ -129,8 +129,10 @@ std::string make_description_catcut(const map_crash_data_t& pCrashData); * * @param path A path of config file. * Config file consists of "key=value" lines. - * Lines in format "key=" (without value) are skipped. * @param settings A readed plugin's settings. + * @param skipKeysWithoutValue + * If true, lines in format "key=" (without value) are skipped. + * Otherwise empty value "" is inserted into pSettings. * @return if it success it returns true, otherwise it returns false. */ extern bool LoadPluginSettings(const char *pPath, -- cgit