mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-27 01:40:09 -05:00
doxygen: rawmidi: silence 'not documented' warnings
This commit is contained in:
parent
a061c227a1
commit
63cb1e8bb6
2 changed files with 3 additions and 0 deletions
|
|
@ -674,6 +674,7 @@ const char *snd_ump_block_info_get_name(const snd_ump_block_info_t *info)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief get UMP block information
|
* \brief get UMP block information
|
||||||
|
* \param ump UMP handle
|
||||||
* \param info pointer to a snd_ump_block_info_t structure
|
* \param info pointer to a snd_ump_block_info_t structure
|
||||||
* \return 0 on success otherwise a negative error code
|
* \return 0 on success otherwise a negative error code
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
#include "ump.h"
|
#include "ump.h"
|
||||||
#include "ump_msg.h"
|
#include "ump_msg.h"
|
||||||
|
|
||||||
|
#ifndef DOC_HIDDEN
|
||||||
struct _snd_ump {
|
struct _snd_ump {
|
||||||
snd_rawmidi_t *rawmidi;
|
snd_rawmidi_t *rawmidi;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
int is_input;
|
int is_input;
|
||||||
};
|
};
|
||||||
|
#endif /* DOC_HIDDEN */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue