summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-05-12 17:49:25 +0200
committerStefan Sauer <ensonic@users.sf.net>2017-05-12 17:49:25 +0200
commit51f74e4825adb6bb282881ced57b02305e614f70 (patch)
treed03e293a71d1f85180ed1198995ee22d9d71da0c
parent7d930b86930fbce5b6362e20c5d78073f24e3c8e (diff)
docs: remove stray ',\' from doc comment
-rw-r--r--libs/gst/check/gstharness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c
index 959a5f98d..0bd8d8558 100644
--- a/libs/gst/check/gstharness.c
+++ b/libs/gst/check/gstharness.c
@@ -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,