mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-17 22:05:18 -05:00
Fix doxygen documents
Fix the warnings of doxygen parsing. Add some missing documentation.
This commit is contained in:
parent
7651690858
commit
087184b0f9
49 changed files with 300 additions and 167 deletions
|
|
@ -35,6 +35,7 @@ const char *_snd_module_rawmidi_virt = "";
|
|||
#endif
|
||||
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
typedef struct {
|
||||
int open;
|
||||
|
||||
|
|
@ -52,6 +53,7 @@ typedef struct {
|
|||
snd_seq_event_t out_event;
|
||||
int pending;
|
||||
} snd_rawmidi_virtual_t;
|
||||
#endif
|
||||
|
||||
static int snd_rawmidi_virtual_close(snd_rawmidi_t *rmidi)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue