audio, rtsp: remove private/protected gtk-doc markup for enums
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 20 Dec 2011 21:48:29 +0000 (21:48 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 2 Jan 2012 00:19:57 +0000 (00:19 +0000)
This confuses glib-mkenums, and is not really useful anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=666618

gst-libs/gst/audio/multichannel.h
gst-libs/gst/rtsp/gstrtspdefs.h

index 8bf92d7..df2aa96 100644 (file)
@@ -77,8 +77,7 @@ typedef enum {
    * are defined or all positions are undefined, but can't mix'n'match  */
   GST_AUDIO_CHANNEL_POSITION_NONE,
 
-  /*< private >*/
-  /* don't use - counter */
+  /* don't use - counter (private) */
   GST_AUDIO_CHANNEL_POSITION_NUM
 } GstAudioChannelPosition;
 
index 3727bf2..aab8d3e 100644 (file)
@@ -228,10 +228,9 @@ typedef enum {
 /**
  * GstRTSPHeaderField:
  *
- * Enumeration of rtsp header fields.
+ * Enumeration of rtsp header fields
  */
 typedef enum {
-  /*< protected >*/
   GST_RTSP_HDR_INVALID,
 
   /*
@@ -342,10 +341,9 @@ typedef enum {
 /**
  * GstRTSPStatusCode:
  *
- * Enumeration of rtsp status codes.
+ * Enumeration of rtsp status codes
  */
 typedef enum {
-  /*< protected >*/
   GST_RTSP_STS_INVALID                              = 0,
   GST_RTSP_STS_CONTINUE                             = 100,
   GST_RTSP_STS_OK                                   = 200,