[vlc-devel] commit: fix doxygen documentation. ( Rémi Duraffort )

git version control git at videolan.org
Tue Dec 8 11:03:28 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Dec  8 10:33:32 2009 +0100| [310ee0ade872dac618afb9dfade2ca2edb4a62e4] | committer: Rémi Duraffort 

fix doxygen documentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=310ee0ade872dac618afb9dfade2ca2edb4a62e4
---

 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 a5027da..1fe6717 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 /* <vlc/libvlc.h> */
+
+/** @} */
diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index 3232dfc..3a3d147 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 e8dd68c..3b2381b 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




More information about the vlc-devel mailing list