From 1adff98535b9c52ec5dae751c9fd160488099136 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 20 Feb 2010 13:23:12 +0200 Subject: [PATCH] Doxygen fix --- include/vlc_objects.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 5d61fdb944..150e67fd5a 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -121,3 +121,5 @@ static inline bool vlc_object_alive (const vlc_object_t *obj) } #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) + +/** @} */ -- 2.39.2