docs: some small gtk-doc markup fixes

https://bugzilla.gnome.org/show_bug.cgi?id=705156
This commit is contained in:
Kjartan Maraas 2013-07-30 19:27:23 +02:00 committed by Tim-Philipp Müller
parent f9d62f6a53
commit 280f557380
2 changed files with 3 additions and 2 deletions

View file

@ -3762,7 +3762,8 @@ gst_pad_get_stream_id (GstPad * pad)
* stream-start event. * stream-start event.
* *
* Returns: A constantly incrementing unsigned integer, which might * Returns: A constantly incrementing unsigned integer, which might
* overflow back to 0 at some point. */ * overflow back to 0 at some point.
*/
guint guint
gst_util_group_id_next (void) gst_util_group_id_next (void)
{ {

View file

@ -273,7 +273,7 @@ gst_test_clock_class_init (GstTestClockClass * klass)
gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule); 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. * 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 * If the clock was created using gst_test_clock_new_with_start_time() then