[vlc-commits] doc: remove wrong libvlc_media sub groups

Thomas Guillem git at videolan.org
Tue May 17 16:38:36 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 17 16:35:06 2016 +0200| [9735b40661adcf684c0f006a67cf8fd8d6faeab1] | committer: Thomas Guillem

doc: remove wrong libvlc_media sub groups

They never worked because of a missing '\' before defgroup.

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

 include/vlc/libvlc_media.h |   19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 3e711ef..ed5090d 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -41,11 +41,6 @@ extern "C" {
 
 typedef struct libvlc_media_t libvlc_media_t;
 
-/** defgroup libvlc_meta LibVLC meta data
- * \ingroup libvlc_media
- * @{
- */
-
 /** Meta data types */
 typedef enum libvlc_meta_t {
     libvlc_meta_Title,
@@ -77,8 +72,6 @@ typedef enum libvlc_meta_t {
     /* Add new meta types HERE */
 } libvlc_meta_t;
 
-/** @}*/
-
 /**
  * Note the order of libvlc_state_t enum must match exactly the order of
  * \see mediacontrol_PlayerStatus, \see input_state_e enums,
@@ -116,10 +109,6 @@ typedef enum libvlc_track_type_t
     libvlc_track_text      = 2
 } libvlc_track_type_t;
 
-/** defgroup libvlc_media_stats_t LibVLC media statistics
- * \ingroup libvlc_media
- * @{
- */
 typedef struct libvlc_media_stats_t
 {
     /* Input */
@@ -149,7 +138,6 @@ typedef struct libvlc_media_stats_t
     int         i_sent_bytes;
     float       f_send_bitrate;
 } libvlc_media_stats_t;
-/** @}*/
 
 typedef struct libvlc_media_track_info_t
 {
@@ -223,11 +211,6 @@ typedef struct libvlc_media_track_t
 
 } libvlc_media_track_t;
 
-/** defgroup libvlc_media_type LibVLC media type
- * \ingroup libvlc_media
- * @{
- */
-
 /**
  * Media type
  *
@@ -242,8 +225,6 @@ typedef enum libvlc_media_type_t {
     libvlc_media_type_playlist,
 } libvlc_media_type_t;
 
-/** @}*/
-
 /**
  * Parse flags used by libvlc_media_parse_with_options()
  *



More information about the vlc-commits mailing list