doxygen: fix broken parameter name tags

From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
borine 2023-07-29 11:08:25 +01:00 committed by Jaroslav Kysela
parent f39256a9b0
commit 9505cfdb46
6 changed files with 16 additions and 16 deletions

View file

@ -315,7 +315,7 @@ size_t snd_ump_endpoint_info_sizeof(void)
/**
* \brief allocate the snd_ump_endpoint_info_t structure
* \param ptr returned pointer
* \param info returned pointer
* \return 0 on success otherwise a negative error code if fails
*
* Allocates a new snd_rawmidi_status_t structure using the standard
@ -331,7 +331,7 @@ int snd_ump_endpoint_info_malloc(snd_ump_endpoint_info_t **info)
/**
* \brief frees the snd_ump_endpoint_info_t structure
* \param status pointer to the snd_ump_endpoint_info_t structure to free
* \param info pointer to the snd_ump_endpoint_info_t structure to free
*
* Frees the given snd_ump_endpoint_info_t structure using the standard
* free C library function.
@ -504,7 +504,7 @@ size_t snd_ump_block_info_sizeof(void)
/**
* \brief allocate the snd_ump_block_info_t structure
* \param ptr returned pointer
* \param info returned pointer
* \return 0 on success otherwise a negative error code if fails
*
* Allocates a new snd_ump_block_info_t structure using the standard
@ -520,7 +520,7 @@ int snd_ump_block_info_malloc(snd_ump_block_info_t **info)
/**
* \brief frees the snd_ump_block_info_t structure
* \param status pointer to the snd_ump_block_info_t structure to free
* \param info pointer to the snd_ump_block_info_t structure to free
*
* Frees the given snd_ump_block_info_t structure using the standard
* free C library function.