summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-05-29 23:00:48 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-29 23:00:48 +0200
commitdd96c2a98903c0299a945d53cbc481c0b93ae7d5 (patch)
tree80d4e2162da75611e1a7cc017c613872c24535f8
parentf93aa34200807afe99765d93e1b6654abbb7c223 (diff)
downloadgstreamer-plugins-ugly-dd96c2a98903c0299a945d53cbc481c0b93ae7d5.tar.gz
doc: remove xml from comments
-rw-r--r--ext/sidplay/gstsiddec.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc
index 5d6c825e..feb8ab78 100644
--- a/ext/sidplay/gstsiddec.cc
+++ b/ext/sidplay/gstsiddec.cc
@@ -30,12 +30,11 @@
*
* Seeking is not (and cannot be) implemented.
*
- * <refsect2>
- * <title>Example pipelines</title>
+ * ## Example pipelines
+ *
* |[
* gst-launch-1.0 -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! audioresample ! autoaudiosink
* ]| Decode a sid file and play it back.
- * </refsect2>
*/
#ifdef HAVE_CONFIG_H