From 280f55738018de2222d6cbfbce09051f91ae7c0d Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 30 Jul 2013 19:27:23 +0200 Subject: [PATCH] docs: some small gtk-doc markup fixes https://bugzilla.gnome.org/show_bug.cgi?id=705156 --- gst/gstutils.c | 3 ++- libs/gst/check/gsttestclock.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index ece5abe0ee..fe982bf623 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -3762,7 +3762,8 @@ gst_pad_get_stream_id (GstPad * pad) * stream-start event. * * Returns: A constantly incrementing unsigned integer, which might - * overflow back to 0 at some point. */ + * overflow back to 0 at some point. + */ guint gst_util_group_id_next (void) { diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c index b736f7c221..e103da80ee 100644 --- a/libs/gst/check/gsttestclock.c +++ b/libs/gst/check/gsttestclock.c @@ -273,7 +273,7 @@ gst_test_clock_class_init (GstTestClockClass * klass) gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule); /** - * GstTestClock:start-time + * GstTestClock:start-time: * * When a #GstTestClock is constructed it will have a certain start time set. * If the clock was created using gst_test_clock_new_with_start_time() then