From 310ee0ade872dac618afb9dfade2ca2edb4a62e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 8 Dec 2009 10:33:32 +0100 Subject: [PATCH] fix doxygen documentation. --- include/vlc/libvlc.h | 2 ++ include/vlc_objects.h | 2 +- modules/control/http/http.h | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index a5027dad50..1fe6717d36 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -433,3 +433,5 @@ VLC_PUBLIC_API libvlc_log_message_t *libvlc_log_iterator_next( libvlc_log_iterat # endif #endif /* */ + +/** @} */ diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 3232dfcecd..3a3d147639 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -86,7 +86,7 @@ VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) ); VLC_EXPORT( char *, vlc_object_get_name, ( const vlc_object_t * ) ) LIBVLC_USED; #define vlc_object_get_name(o) vlc_object_get_name(VLC_OBJECT(o)) -/*}@*/ +/**}@*/ #define vlc_object_create(a,b) \ __vlc_object_create( VLC_OBJECT(a), b ) diff --git a/modules/control/http/http.h b/modules/control/http/http.h index e8dd68c735..3b2381b847 100644 --- a/modules/control/http/http.h +++ b/modules/control/http/http.h @@ -301,7 +301,7 @@ void Execute( httpd_file_sys_t *p_args, /** * Core stuff */ -/** \struct +/** \struct httpd_file_sys_t * This structure represent a single HTML file to be parsed by the macros * handling engine */ struct httpd_file_sys_t @@ -321,7 +321,7 @@ struct httpd_file_sys_t mvar_t *vars; }; -/** \struct +/** \struct http_association_t * Structure associating an extension to an external program */ typedef struct http_association_t @@ -331,7 +331,7 @@ typedef struct http_association_t char **ppsz_argv; } http_association_t; -/** \struct +/** \struct httpd_handler_sys_t * This structure represent a single CGI file to be parsed by the macros * handling engine */ struct httpd_handler_sys_t @@ -344,7 +344,7 @@ struct httpd_handler_sys_t http_association_t *p_association; }; -/** \struct +/** \struct intf_sys_t * Internal service structure for the HTTP interface */ struct intf_sys_t -- 2.39.2