doxygen: Fix missing group end markers

This commit is contained in:
borine 2023-07-29 10:49:18 +01:00
parent 58da05803b
commit 11a73c0d66
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
}