mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
ad3a8b8b31
commit
f39256a9b0
2 changed files with 5 additions and 3 deletions
|
|
@ -215,6 +215,8 @@ extern "C" {
|
||||||
#define CEA861_AUDIO_INFOFRAME_DB5_DM_INH_PROHIBITED (1<<7) /**< stereo downmis prohibited */
|
#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 */
|
#define CEA861_AUDIO_INFOFRAME_DB5_LSV (0xf<<3) /**< mask - level-shift values */
|
||||||
|
|
||||||
|
/** \} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup MIDI_Interface Constants for MIDI v1.0
|
* \defgroup MIDI_Interface Constants for MIDI v1.0
|
||||||
* 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_CHANNELS 16 /**< Number of channels per port/cable. */
|
||||||
#define MIDI_GM_DRUM_CHANNEL (10-1) /**< Channel number for GM drums. */
|
#define MIDI_GM_DRUM_CHANNEL (10-1) /**< Channel number for GM drums. */
|
||||||
|
|
||||||
|
/** \} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup MIDI_Commands MIDI Commands
|
* \defgroup MIDI_Commands MIDI Commands
|
||||||
* MIDI command codes.
|
* MIDI command codes.
|
||||||
|
|
@ -335,8 +339,6 @@ extern "C" {
|
||||||
|
|
||||||
/** \} */
|
/** \} */
|
||||||
|
|
||||||
/** \} */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1167,7 +1167,7 @@ int snd_tplg_save(snd_tplg_t *tplg, char **dst, int flags);
|
||||||
*/
|
*/
|
||||||
int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags);
|
int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags);
|
||||||
|
|
||||||
/* \} */
|
/** \} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue