*/
/**
- * @page config-address Type: Email address
+ * @page config_address Type: Email address
*
* Type representing an email address.
*/
*/
/**
- * @page config-bool Type: Boolean
+ * @page config_bool Type: Boolean
*
* Type representing a boolean.
*/
*/
/**
- * @page config-cfgaccount Account-specific config items
+ * @page config_cfgaccount Account-specific config items
*
* A collection of account-specific config items.
*/
*/
/**
- * @page config-command Type: Command
+ * @page config_command Type: Command
*
* Type representing a command.
*/
*/
/**
- * @page config-dump Dump all the config
+ * @page config_dump Dump all the config
*
* Dump all the config items in various formats.
*/
*
* | File | Description |
* | :------------------ | :------------------------- |
- * | config/address.c | @subpage config-address |
- * | config/bool.c | @subpage config-bool |
- * | config/cfgaccount.c | @subpage config-cfgaccount |
- * | config/command.c | @subpage config-command |
- * | config/dump.c | @subpage config-dump |
- * | config/long.c | @subpage config-long |
- * | config/magic.c | @subpage config-magic |
- * | config/mbtable.c | @subpage config-mbtable |
- * | config/number.c | @subpage config-number |
- * | config/path.c | @subpage config-path |
- * | config/quad.c | @subpage config-quad |
- * | config/regex.c | @subpage config-regex |
- * | config/set.c | @subpage config-set |
- * | config/sort.c | @subpage config-sort |
- * | config/string.c | @subpage config-string |
+ * | config/address.c | @subpage config_address |
+ * | config/bool.c | @subpage config_bool |
+ * | config/cfgaccount.c | @subpage config_cfgaccount |
+ * | config/command.c | @subpage config_command |
+ * | config/dump.c | @subpage config_dump |
+ * | config/long.c | @subpage config_long |
+ * | config/magic.c | @subpage config_magic |
+ * | config/mbtable.c | @subpage config_mbtable |
+ * | config/number.c | @subpage config_number |
+ * | config/path.c | @subpage config_path |
+ * | config/quad.c | @subpage config_quad |
+ * | config/regex.c | @subpage config_regex |
+ * | config/set.c | @subpage config_set |
+ * | config/sort.c | @subpage config_sort |
+ * | config/string.c | @subpage config_string |
*/
#ifndef MUTT_CONFIG_LIB_H
*/
/**
- * @page config-long Type: Long
+ * @page config_long Type: Long
*
* Type representing a long.
*/
*/
/**
- * @page config-magic Type: Mailbox types
+ * @page config_magic Type: Mailbox types
*
* Type representing a mailbox.
*/
*/
/**
- * @page config-mbtable Type: Multi-byte character table
+ * @page config_mbtable Type: Multi-byte character table
*
* Type representing a multibyte character table.
*/
*/
/**
- * @page config-number Type: Number
+ * @page config_number Type: Number
*
* Type representing a number.
*/
*/
/**
- * @page config-path Type: Path
+ * @page config_path Type: Path
*
* Type representing a path.
*/
*/
/**
- * @page config-quad Type: Quad-option
+ * @page config_quad Type: Quad-option
*
* Type representing a quad-option.
*/
*/
/**
- * @page config-regex Type: Regular expression
+ * @page config_regex Type: Regular expression
*
* Type representing a regular expression.
*/
*/
/**
- * @page config-set Config Set
+ * @page config_set Config Set
*
* A collection of config items.
*/
*/
/**
- * @page config-sort Type: Sorting
+ * @page config_sort Type: Sorting
*
* Type representing a sort option.
*/
*/
/**
- * @page config-string Type: String
+ * @page config_string Type: String
*
* Type representing a string.
*/