mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-15 07:00:02 -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
|
|
@ -29,6 +29,7 @@
|
|||
const char *_snd_module_seq_hw = "";
|
||||
#endif
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#define SNDRV_FILE_SEQ "/dev/snd/seq"
|
||||
#define SNDRV_FILE_ALOADSEQ "/dev/aloadSEQ"
|
||||
#define SNDRV_SEQ_VERSION_MAX SNDRV_PROTOCOL_VERSION(1, 0, 1)
|
||||
|
|
@ -36,6 +37,7 @@ const char *_snd_module_seq_hw = "";
|
|||
typedef struct {
|
||||
int fd;
|
||||
} snd_seq_hw_t;
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
static int snd_seq_hw_close(snd_seq_t *seq)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue