]> git.sesse.net Git - vlc/commitdiff
Fix doxygene documentation.
authorRémi Duraffort <ivoire@videolan.org>
Fri, 16 Oct 2009 16:50:45 +0000 (18:50 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Fri, 16 Oct 2009 17:32:17 +0000 (19:32 +0200)
include/vlc_access.h
include/vlc_messages.h
include/vlc_vod.h

index d12953a41c525ff4f1844f65f63f9b490f211e4c..fdb0312e2acb863ea7e73e6734b395ba443fd95b 100644 (file)
@@ -171,4 +171,8 @@ VLC_EXPORT( input_thread_t *, access_GetParentInput, ( access_t *p_access ) );
     p_sys = p_access->p_sys = calloc( 1, sizeof( access_sys_t ) );      \
     if( !p_sys ) return VLC_ENOMEM;
 
+/**
+ * @}
+ */
+
 #endif
index a9f03d712a593c285574651b5419275172e8547a..b03ff3ecfbdc5e8de33d2e7bc4299848b92b7c65 100644 (file)
@@ -216,4 +216,7 @@ VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) );
 #define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b )
 VLC_EXPORT( void, __stats_TimerClean, (vlc_object_t *, unsigned int ) );
 
+/**
+ * @}
+ */
 #endif
index 17cd2e497af218a5ab2f935f2f923966905be1dd..18fdd32df7e460960308a8a685d4bd90dc455b9e 100644 (file)
@@ -78,6 +78,8 @@ enum vod_query_e
     VOD_MEDIA_FORWARD,      /* arg1= double         res=    */
 };
 
-/**}*/
+/**
+ * @}
+ */
 
 #endif