]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doxygen: rawmidi: silence 'not documented' warnings
authorborine <32966433+borine@users.noreply.github.com>
Sat, 29 Jul 2023 18:47:26 +0000 (19:47 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 14:11:39 +0000 (16:11 +0200)
From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/rawmidi/ump.c
src/rawmidi/ump_local.h

index 119b58f63ef64eb74a3ad069f1a83a7e4f0123a8..25fbaff23c9de5fdaa90e6e7b9fa86c904a9aadc 100644 (file)
@@ -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
  *
index 53ce9a66dfcfee821edf465116894a167c586eb3..53ea97019392ad546820e118e167cbf864dd8695 100644 (file)
@@ -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 */