From 08c56edb8473b8ebb76884fe323986f9f164aea2 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 19 Oct 2009 13:02:30 +0100 Subject: [PATCH] docs: Modify docs string slightly. Apparently starting the last line of a docs string with 'returns' both confuses and enrages gtk-doc. Use a slightly different wording instead. --- gst/gstcaps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 134ef76e29..bf04744562 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -909,7 +909,7 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value) * Prior to GStreamer version 0.10.26, this function failed when * @caps was simple. If your code needs to work with those versions of * GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE() - * returns %TRUE for @caps. + * is %TRUE for @caps. */ void gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs) @@ -956,7 +956,7 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs) * Prior to GStreamer version 0.10.26, this function failed when * @caps was simple. If your code needs to work with those versions of * GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE() - * returns %TRUE for @caps. + * is %TRUE for @caps. */ void gst_caps_set_simple (GstCaps * caps, const char *field, ...)