From: borine <32966433+borine@users.noreply.github.com> Date: Sat, 29 Jul 2023 18:47:26 +0000 (+0100) Subject: doxygen: rawmidi: silence 'not documented' warnings X-Git-Tag: v1.2.10~16 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=72e72ed029993b45985f3842569f2dbe18054291;p=alsa-lib.git doxygen: rawmidi: silence 'not documented' warnings From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela --- diff --git a/src/rawmidi/ump.c b/src/rawmidi/ump.c index 119b58f6..25fbaff2 100644 --- a/src/rawmidi/ump.c +++ b/src/rawmidi/ump.c @@ -674,6 +674,7 @@ const char *snd_ump_block_info_get_name(const snd_ump_block_info_t *info) /** * \brief get UMP block information + * \param ump UMP handle * \param info pointer to a snd_ump_block_info_t structure * \return 0 on success otherwise a negative error code * diff --git a/src/rawmidi/ump_local.h b/src/rawmidi/ump_local.h index 53ce9a66..53ea9701 100644 --- a/src/rawmidi/ump_local.h +++ b/src/rawmidi/ump_local.h @@ -3,8 +3,10 @@ #include "ump.h" #include "ump_msg.h" +#ifndef DOC_HIDDEN struct _snd_ump { snd_rawmidi_t *rawmidi; unsigned int flags; int is_input; }; +#endif /* DOC_HIDDEN */