From 5ad2edefe1340f4bbdd0b7744a1e7b5354b1c71e Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Fri, 23 Jul 2021 14:05:53 +0200 Subject: [PATCH] vlc_interface: fix doxygen comments --- include/vlc_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_interface.h b/include/vlc_interface.h index 8cb6dae5cc..c7da691f24 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -107,7 +107,7 @@ vlc_intf_GetMainPlaylist(intf_thread_t *intf); VLC_API void vlc_LogSet(libvlc_int_t *, const struct vlc_logger_operations *, void *data); -/*@}*/ +/** @} */ /* Interface dialog ids for dialog providers */ typedef enum vlc_intf_dialog {