mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
|
|
@ -60,6 +60,11 @@ typedef struct snd_ctl_ext snd_ctl_ext_t;
|
|||
typedef struct snd_ctl_ext_callback snd_ctl_ext_callback_t;
|
||||
/** Key to access a control pointer */
|
||||
typedef unsigned long snd_ctl_ext_key_t;
|
||||
#ifdef DOC_HIDDEN
|
||||
/* redefine typedef's for stupid doxygen */
|
||||
typedef snd_ctl_ext snd_ctl_ext_t;
|
||||
typedef snd_ctl_ext_callback snd_ctl_ext_callback_t;
|
||||
#endif
|
||||
/** Callback to handle TLV commands. */
|
||||
typedef int (snd_ctl_ext_tlv_rw_t)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int op_flag, unsigned int numid,
|
||||
unsigned int *tlv, unsigned int tlv_size);
|
||||
|
|
@ -138,7 +143,7 @@ struct snd_ctl_ext {
|
|||
} tlv;
|
||||
};
|
||||
|
||||
/** Callback table of ext */
|
||||
/** Callback table of ext. */
|
||||
struct snd_ctl_ext_callback {
|
||||
/**
|
||||
* close the control handle; optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue