docs: remove stray ',\' from doc comment

This commit is contained in:
Stefan Sauer 2017-05-12 17:49:25 +02:00
parent 7d930b8693
commit 51f74e4825

View 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,