summaryrefslogtreecommitdiffstats
path: root/src/configimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configimpl.h')
-rw-r--r--src/configimpl.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/configimpl.h b/src/configimpl.h
index 55e056e..6b85d8a 100644
--- a/src/configimpl.h
+++ b/src/configimpl.h
@@ -37,14 +37,14 @@ class ConfigOption
/*! The type of option */
enum OptionType
{
- O_Info, //<! A section header
- O_List, //<! A list of items
- O_Enum, //<! A fixed set of items
- O_String, //<! A single item
- O_Int, //<! An integer value
- O_Bool, //<! A boolean value
- O_Obsolete, //<! An obsolete option
- O_Disabled //<! Disabled compile time option
+ O_Info, //!< A section header
+ O_List, //!< A list of items
+ O_Enum, //!< A fixed set of items
+ O_String, //!< A single item
+ O_Int, //!< An integer value
+ O_Bool, //!< A boolean value
+ O_Obsolete, //!< An obsolete option
+ O_Disabled //!< Disabled compile time option
};
enum
{