From dd96c2a98903c0299a945d53cbc481c0b93ae7d5 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 29 May 2019 23:00:48 +0200 Subject: [PATCH] doc: remove xml from comments --- ext/sidplay/gstsiddec.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 5d6c825..feb8ab7 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -30,12 +30,11 @@ * * Seeking is not (and cannot be) implemented. * - * - * Example pipelines + * ## Example pipelines + * * |[ * gst-launch-1.0 -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! audioresample ! autoaudiosink * ]| Decode a sid file and play it back. - * */ #ifdef HAVE_CONFIG_H -- 2.7.4