Commit 3d6f02e6 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix doxygene documentation.

parent 881aa894
...@@ -171,4 +171,8 @@ VLC_EXPORT( input_thread_t *, access_GetParentInput, ( access_t *p_access ) ); ...@@ -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 ) ); \ p_sys = p_access->p_sys = calloc( 1, sizeof( access_sys_t ) ); \
if( !p_sys ) return VLC_ENOMEM; if( !p_sys ) return VLC_ENOMEM;
/**
* @}
*/
#endif #endif
...@@ -216,4 +216,7 @@ VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) ); ...@@ -216,4 +216,7 @@ VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) );
#define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b ) #define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b )
VLC_EXPORT( void, __stats_TimerClean, (vlc_object_t *, unsigned int ) ); VLC_EXPORT( void, __stats_TimerClean, (vlc_object_t *, unsigned int ) );
/**
* @}
*/
#endif #endif
...@@ -78,6 +78,8 @@ enum vod_query_e ...@@ -78,6 +78,8 @@ enum vod_query_e
VOD_MEDIA_FORWARD, /* arg1= double res= */ VOD_MEDIA_FORWARD, /* arg1= double res= */
}; };
/**}*/ /**
* @}
*/
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment