Fix doxygen documents

Fix the warnings of doxygen parsing.
Add some missing documentation.
This commit is contained in:
Takashi Iwai 2005-05-24 14:14:28 +00:00
parent 7651690858
commit 087184b0f9
49 changed files with 300 additions and 167 deletions

View file

@ -51,7 +51,7 @@ extern "C" {
/**
* \brief set the tag for given event
* \param ev event record
* \param tag event tag
* \param t event tag
*
* This macro sets the tag to the given event record.
*/
@ -195,8 +195,8 @@ extern "C" {
/**
* \brief set varusr data
* \param ev event instance
* \param len length of the external data
* \param ptr pointer of the external data
* \param datalen length of the external data
* \param dataptr pointer of the external data
*
* Sets the event length mode as variable user-space data and stores the data.
*