summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
committerbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
commitd1c2c90ad01d056e88abb4a1d9e356418edc747b (patch)
treefac2c80abcc412ec1a4fb2b198121140a0a89b0c /src/settings.cpp
parenta993a0e27321dee2bbab0fae9775cb3d66f0d7aa (diff)
downloadopenttd-d1c2c90ad01d056e88abb4a1d9e356418edc747b.tar.xz
(svn r9669) -Documentation: some more doxygen fixes
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index eb318cddf..469e9ce6b 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -897,10 +897,10 @@ static void ini_load_setting_list(IniFile *ini, const char *grpname, char **list
/** Saves all items from a list into the 'grpname' section
* The list parameter can be a NULL pointer, in this case a callback function
* should be defined that will provide the source data to be saved.
- * @param IniFile handle to the ini file where the destination data is saved
+ * @param ini IniFile handle to the ini file where the destination data is saved
* @param grpname character string identifying the section-header of the ini file
* @param list pointer to an string(pointer) array that will be used as the
- * source to be saved into the relevant ini section
+ * source to be saved into the relevant ini section
* @param len the maximum number of items available for the above list
* @param proc callback function that can will provide the source data if defined */
static void ini_save_setting_list(IniFile *ini, const char *grpname, char **list, uint len, SettingListCallbackProc proc)