mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -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
|
|
@ -37,6 +37,7 @@
|
|||
#include <ctype.h>
|
||||
#include "local.h"
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
typedef struct {
|
||||
unsigned int lock: 1;
|
||||
unsigned int preserve: 1;
|
||||
|
|
@ -53,6 +54,7 @@ struct _snd_sctl {
|
|||
snd_ctl_t *ctl;
|
||||
struct list_head elems;
|
||||
};
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
static int free_elems(snd_sctl_t *h)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue