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

@ -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);
/* \} */
/** \} */
#ifdef __cplusplus
}