Fix doxygene documentation.

This commit is contained in:
Rémi Duraffort 2009-10-16 18:50:45 +02:00
parent 881aa894c5
commit 3d6f02e657
3 changed files with 10 additions and 1 deletions

View 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

View 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

View File

@ -78,6 +78,8 @@ enum vod_query_e
VOD_MEDIA_FORWARD, /* arg1= double res= */
};
/**}*/
/**
* @}
*/
#endif