summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-11 15:14:28 +0000
committeralberth <alberth@openttd.org>2010-12-11 15:14:28 +0000
commit997551c59979ace11e63451a7b81120610354241 (patch)
tree30e310ce7a56bcb3c817c96dcdb4a009feb3c056 /src/settings_internal.h
parent23369337c1af635f479c1d1541601742f6285dd2 (diff)
downloadopenttd-997551c59979ace11e63451a7b81120610354241.tar.xz
(svn r21467) -Doc: Add a few doxygen comments to config file settings code.
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index 6fe083896..045d13639 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -58,6 +58,7 @@ typedef SimpleTinyEnumT<SettingGuiFlagLong, uint16> SettingGuiFlag;
typedef bool OnChange(int32 var); ///< callback prototype on data modification
typedef int32 OnConvert(const char *value); ///< callback prototype for convertion error
+/** Properties of config file settings. */
struct SettingDescBase {
const char *name; ///< name of the setting. Used in configuration file and for console
const void *def; ///< default value given when none is present