doxygen: rawmidi: silence 'not documented' warnings

This commit is contained in:
borine 2023-07-29 19:47:26 +01:00
parent a061c227a1
commit 63cb1e8bb6
2 changed files with 3 additions and 0 deletions

View 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 */