mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -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
|
|
@ -78,6 +78,7 @@ static void songpos_decode(const snd_seq_event_t *ev, unsigned char *buf);
|
|||
/*
|
||||
* event list
|
||||
*/
|
||||
#ifndef DOC_HIDDEN
|
||||
static struct status_event_list_t {
|
||||
int event;
|
||||
int qlen;
|
||||
|
|
@ -124,9 +125,8 @@ static struct extra_event_list_t {
|
|||
{SND_SEQ_EVENT_REGPARAM, extra_decode_xrpn},
|
||||
};
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#define numberof(ary) (sizeof(ary)/sizeof(ary[0]))
|
||||
#endif
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
/**
|
||||
* \brief Initialize MIDI event parser
|
||||
|
|
@ -159,7 +159,7 @@ int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev)
|
|||
|
||||
/**
|
||||
* \brief Free MIDI event parser
|
||||
* \param rdev MIDI event parser
|
||||
* \param dev MIDI event parser
|
||||
* \return 0 on success otherwise a negative error code
|
||||
*
|
||||
* Frees MIDI event parser.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue