starter: Add starter group and fix formatting of conf_parser_section_t enum

Make use of the Markdown support in recent Doxygen versions.
This commit is contained in:
Tobias Brunner 2014-06-24 16:10:14 +02:00
parent 1bd175a9ef
commit cc7c4c3dbd
1 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@
*/
/**
* @defgroup starter starter
*
* @defgroup conf_parser conf_parser
* @{ @ingroup starter
*/
@ -37,12 +39,12 @@ enum conf_parser_section_t {
CONF_PARSER_CONFIG_SETUP,
/**
* conn <name>
* conn _name_
*/
CONF_PARSER_CONN,
/**
* ca <name>
* ca _name_
*/
CONF_PARSER_CA,
};