docs: remove stray ',\' from doc comment
authorStefan Sauer <ensonic@users.sf.net>
Fri, 12 May 2017 15:49:25 +0000 (17:49 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 12 May 2017 15:49:25 +0000 (17:49 +0200)
libs/gst/check/gstharness.c

index 959a5f9..0bd8d85 100644 (file)
@@ -22,7 +22,7 @@
  * SECTION:gstharness
  * @title: GstHarness
  * @short_description: A test-harness for writing GStreamer unit tests
- * @see_also: #GstTestClock,\
+ * @see_also: #GstTestClock
  *
  * #GstHarness is meant to make writing unit test for GStreamer much easier.
  * It can be thought of as a way of treating a #GstElement as a black box,