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
|
|
@ -54,6 +54,11 @@ enum {
|
|||
typedef struct snd_pcm_ioplug snd_pcm_ioplug_t;
|
||||
/** Callback table of ioplug */
|
||||
typedef struct snd_pcm_ioplug_callback snd_pcm_ioplug_callback_t;
|
||||
#ifdef DOC_HIDDEN
|
||||
/* redefine typedefs for stupid doxygen */
|
||||
typedef snd_pcm_ioplug snd_pcm_ioplug_t;
|
||||
typedef snd_pcm_ioplug_callback snd_pcm_ioplug_callback_t;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* bit flags for additional conditions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue