fix doc errors

Fix various errors in the documentation that make doxygen complain.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
Clemens Ladisch 2009-08-04 09:17:20 +02:00
parent 0ed67883af
commit 5332d74a67
13 changed files with 22 additions and 17 deletions

View file

@ -58,7 +58,7 @@ typedef enum _snd_config_type {
SND_CONFIG_TYPE_POINTER,
/** Compound node. */
SND_CONFIG_TYPE_COMPOUND = 1024
} snd_config_type_t; /**< \brief Configuration node type. */
} snd_config_type_t;
/**
* \brief Internal structure for a configuration node object.