mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
all places: doxygen cleanups
I see no errors with these changes using doxygen 1.8.1.1 . Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e23fb2c4de
commit
b6eb0f9bfd
15 changed files with 140 additions and 105 deletions
|
|
@ -2323,8 +2323,8 @@ void snd_ctl_elem_value_copy(snd_ctl_elem_value_t *dst, const snd_ctl_elem_value
|
|||
|
||||
/**
|
||||
* \brief compare one #snd_ctl_elem_value_t to another
|
||||
* \param dst pointer to destination
|
||||
* \param src pointer to source
|
||||
* \param left pointer to first value
|
||||
* \param right pointer to second value
|
||||
* \return 0 on match, less than or greater than otherwise, see memcmp
|
||||
*/
|
||||
int snd_ctl_elem_value_compare(snd_ctl_elem_value_t *left, const snd_ctl_elem_value_t *right)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue