Skip to content

Commit

Permalink
Fix doxygene documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoire committed Oct 16, 2009
1 parent 881aa89 commit 3d6f02e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions include/vlc_access.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions include/vlc_messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion include/vlc_vod.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ enum vod_query_e
VOD_MEDIA_FORWARD, /* arg1= double res= */
};

/**}*/
/**
* @}
*/

#endif

0 comments on commit 3d6f02e

Please sign in to comment.