summaryrefslogtreecommitdiff
path: root/ext/opencv/gsttemplatematch.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/gsttemplatematch.cpp
parent43eaf5ac4a08b27f08c9be476e15aa6c64848a4b (diff)
downloadgstreamer-plugins-bad-da6afdec9cc7e3e06fd4415c1233f48ed70587b0.tar.gz
doc: remove xml from comments
Diffstat (limited to 'ext/opencv/gsttemplatematch.cpp')
-rw-r--r--ext/opencv/gsttemplatematch.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/opencv/gsttemplatematch.cpp b/ext/opencv/gsttemplatematch.cpp
index b0b2aa881..9f613c0e4 100644
--- a/ext/opencv/gsttemplatematch.cpp
+++ b/ext/opencv/gsttemplatematch.cpp
@@ -49,12 +49,11 @@
*
* Performs template matching on videos and images, providing detected positions via bus messages.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
+ *
* |[
* gst-launch-1.0 videotestsrc ! videoconvert ! templatematch template=/path/to/file.jpg ! videoconvert ! xvimagesink
* ]|
- * </refsect2>
*/
#ifdef HAVE_CONFIG_H