From: Tim-Philipp Müller Date: Tue, 20 Dec 2011 21:48:29 +0000 (+0000) Subject: audio, rtsp: remove private/protected gtk-doc markup for enums X-Git-Tag: 1.19.3~511^2~6555^2~210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3e6e23b854222e1d9ed0dd254511db9dc5e051d;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst-libs/gst/audio/multichannel.h b/gst-libs/gst/audio/multichannel.h index 8bf92d7..df2aa96 100644 --- a/gst-libs/gst/audio/multichannel.h +++ b/gst-libs/gst/audio/multichannel.h @@ -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; diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h index 3727bf2..aab8d3e 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.h +++ b/gst-libs/gst/rtsp/gstrtspdefs.h @@ -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,