summaryrefslogtreecommitdiff
path: root/ext/modplug
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/modplug
parent43eaf5ac4a08b27f08c9be476e15aa6c64848a4b (diff)
downloadgstreamer-plugins-bad-da6afdec9cc7e3e06fd4415c1233f48ed70587b0.tar.gz
doc: remove xml from comments
Diffstat (limited to 'ext/modplug')
-rw-r--r--ext/modplug/gstmodplug.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc
index b5fbcb252..a106f8c7f 100644
--- a/ext/modplug/gstmodplug.cc
+++ b/ext/modplug/gstmodplug.cc
@@ -31,12 +31,11 @@
* Modplug uses the <ulink url="http://modplug-xmms.sourceforge.net/">modplug</ulink>
* library to decode tracked music in the MOD/S3M/XM/IT and related formats.
*
- * <refsect2>
- * <title>Example pipeline</title>
+ * ## Example pipeline
+ *
* |[
* gst-launch-1.0 -v filesrc location=1990s-nostalgia.xm ! modplug ! audioconvert ! alsasink
* ]| Play a FastTracker xm file.
- * </refsect2>
*/
#ifdef HAVE_CONFIG_H