doxygen: Fix missing group end markers

From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
borine 2023-07-29 10:49:18 +01:00 committed by Jaroslav Kysela
parent ad3a8b8b31
commit f39256a9b0
2 changed files with 5 additions and 3 deletions

View file

@ -215,6 +215,8 @@ extern "C" {
#define CEA861_AUDIO_INFOFRAME_DB5_DM_INH_PROHIBITED (1<<7) /**< stereo downmis prohibited */
#define CEA861_AUDIO_INFOFRAME_DB5_LSV (0xf<<3) /**< mask - level-shift values */
/** \} */
/**
* \defgroup MIDI_Interface Constants for MIDI v1.0
* Constants for MIDI v1.0.
@ -224,6 +226,8 @@ extern "C" {
#define MIDI_CHANNELS 16 /**< Number of channels per port/cable. */
#define MIDI_GM_DRUM_CHANNEL (10-1) /**< Channel number for GM drums. */
/** \} */
/**
* \defgroup MIDI_Commands MIDI Commands
* MIDI command codes.
@ -335,8 +339,6 @@ extern "C" {
/** \} */
/** \} */
#ifdef __cplusplus
}
#endif