summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-02-12 17:29:38 +0100
committerKarel Klic <kklic@redhat.com>2010-02-12 17:29:38 +0100
commitcf33728ecd0e49d9aa9d7f93be054d0c6b2b31cc (patch)
tree58965806acc53f6f68939c5abec7bd1323050a92 /lib
parent5c273a5686f8d002a16183f44f73b4f50a03e799 (diff)
downloadabrt-cf33728ecd0e49d9aa9d7f93be054d0c6b2b31cc.tar.gz
abrt-cf33728ecd0e49d9aa9d7f93be054d0c6b2b31cc.tar.xz
abrt-cf33728ecd0e49d9aa9d7f93be054d0c6b2b31cc.zip
Better comment for LoadPluginSettings
Diffstat (limited to 'lib')
-rw-r--r--lib/Utils/Plugin.h4
1 files changed, 3 insertions, 1 deletions
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,