(svn r21467) -Doc: Add a few doxygen comments to config file settings code.

This commit is contained in:
alberth
2010-12-11 15:14:28 +00:00
parent 23369337c1
commit 997551c599
3 changed files with 42 additions and 7 deletions

View File

@@ -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