audio, rtsp: remove private/protected gtk-doc markup for enums

This confuses glib-mkenums, and is not really useful anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=666618
This commit is contained in:
Tim-Philipp Müller 2011-12-20 21:48:29 +00:00
parent 08022bddc8
commit c3e6e23b85
2 changed files with 3 additions and 6 deletions

View file

@ -77,8 +77,7 @@ typedef enum {
* are defined or all positions are undefined, but can't mix'n'match */ * are defined or all positions are undefined, but can't mix'n'match */
GST_AUDIO_CHANNEL_POSITION_NONE, GST_AUDIO_CHANNEL_POSITION_NONE,
/*< private >*/ /* don't use - counter (private) */
/* don't use - counter */
GST_AUDIO_CHANNEL_POSITION_NUM GST_AUDIO_CHANNEL_POSITION_NUM
} GstAudioChannelPosition; } GstAudioChannelPosition;

View file

@ -228,10 +228,9 @@ typedef enum {
/** /**
* GstRTSPHeaderField: * GstRTSPHeaderField:
* *
* Enumeration of rtsp header fields. * Enumeration of rtsp header fields
*/ */
typedef enum { typedef enum {
/*< protected >*/
GST_RTSP_HDR_INVALID, GST_RTSP_HDR_INVALID,
/* /*
@ -342,10 +341,9 @@ typedef enum {
/** /**
* GstRTSPStatusCode: * GstRTSPStatusCode:
* *
* Enumeration of rtsp status codes. * Enumeration of rtsp status codes
*/ */
typedef enum { typedef enum {
/*< protected >*/
GST_RTSP_STS_INVALID = 0, GST_RTSP_STS_INVALID = 0,
GST_RTSP_STS_CONTINUE = 100, GST_RTSP_STS_CONTINUE = 100,
GST_RTSP_STS_OK = 200, GST_RTSP_STS_OK = 200,