From: RĂ©mi Denis-Courmont Date: Sat, 20 Feb 2010 11:23:12 +0000 (+0200) Subject: Doxygen fix X-Git-Tag: 1.1.0-pre1~828 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1adff98535b9c52ec5dae751c9fd160488099136;p=vlc Doxygen fix --- 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) ) + +/** @} */