[vlc-devel] commit: Fix doxygene documentation. ( Rémi Duraffort )
git version control
git at videolan.org
Fri Oct 16 19:32:04 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Oct 16 18:50:45 2009 +0200| [3d6f02e6574743bb1a358ca9651b0fc4b5bf616e] | committer: Rémi Duraffort
Fix doxygene documentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d6f02e6574743bb1a358ca9651b0fc4b5bf616e
---
include/vlc_access.h | 4 ++++
include/vlc_messages.h | 3 +++
include/vlc_vod.h | 4 +++-
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/include/vlc_access.h b/include/vlc_access.h
index d12953a..fdb0312 100644
--- a/include/vlc_access.h
+++ b/include/vlc_access.h
@@ -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
diff --git a/include/vlc_messages.h b/include/vlc_messages.h
index a9f03d7..b03ff3e 100644
--- a/include/vlc_messages.h
+++ b/include/vlc_messages.h
@@ -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
diff --git a/include/vlc_vod.h b/include/vlc_vod.h
index 17cd2e4..18fdd32 100644
--- a/include/vlc_vod.h
+++ b/include/vlc_vod.h
@@ -78,6 +78,8 @@ enum vod_query_e
VOD_MEDIA_FORWARD, /* arg1= double res= */
};
-/**}*/
+/**
+ * @}
+ */
#endif
More information about the vlc-devel
mailing list