summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvequalizehist.cpp
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
commitda6afdec9cc7e3e06fd4415c1233f48ed70587b0 (patch)
tree247124564adf3473ab444089be24d956433d2344 /ext/opencv/gstcvequalizehist.cpp
parent43eaf5ac4a08b27f08c9be476e15aa6c64848a4b (diff)
downloadgstreamer-plugins-bad-da6afdec9cc7e3e06fd4415c1233f48ed70587b0.tar.gz
doc: remove xml from comments
Diffstat (limited to 'ext/opencv/gstcvequalizehist.cpp')
-rw-r--r--ext/opencv/gstcvequalizehist.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/opencv/gstcvequalizehist.cpp b/ext/opencv/gstcvequalizehist.cpp
index 9c4de608b..742a41436 100644
--- a/ext/opencv/gstcvequalizehist.cpp
+++ b/ext/opencv/gstcvequalizehist.cpp
@@ -47,12 +47,11 @@
* Equalizes the histogram of a grayscale image with the cvEqualizeHist OpenCV
* function.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
+ *
* |[
* gst-launch-1.0 videotestsrc pattern=23 ! cvequalizehist ! videoconvert ! autovideosink
* ]|
- * </refsect2>
*/