X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vod.h;h=9b136108f2b844a971087a407f249ed3f5c5cf9b;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=17cd2e497af218a5ab2f935f2f923966905be1dd;hpb=ebd800345f87349ff51971ae88c56cb439da4dcf;p=vlc diff --git a/include/vlc_vod.h b/include/vlc_vod.h index 17cd2e497a..9b136108f2 100644 --- a/include/vlc_vod.h +++ b/include/vlc_vod.h @@ -30,7 +30,8 @@ */ /** - * \defgroup server Video On Demand (VOD) + * \defgroup vod Video On Demand (VOD) + * \ingroup server * Video On Demand (VOD) functionality is provided from VLM. * @{ */ @@ -78,6 +79,8 @@ enum vod_query_e VOD_MEDIA_FORWARD, /* arg1= double res= */ }; -/**}*/ +/** + * @} + */ #endif