mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-06 04:06:34 -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
|
|
@ -254,10 +254,16 @@ typedef struct snd_seq_ev_raw32 {
|
|||
} snd_seq_ev_raw32_t;
|
||||
|
||||
/** external stored data */
|
||||
typedef struct snd_seq_ev_ext {
|
||||
struct snd_seq_ev_ext {
|
||||
unsigned int len; /**< length of data */
|
||||
void *ptr; /**< pointer to data (note: can be 64-bit) */
|
||||
} __attribute__((packed)) snd_seq_ev_ext_t;
|
||||
} __attribute__((packed));
|
||||
/** external stored data */
|
||||
typedef struct snd_seq_ev_ext snd_seq_ev_ext_t;
|
||||
#ifdef DOC_HIDDEN
|
||||
/* redefine typedef for stupid doxygen */
|
||||
typedef snd_seq_ev_ext snd_seq_ev_ext_t;
|
||||
#endif
|
||||
|
||||
/** Result events */
|
||||
typedef struct snd_seq_result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue