From 78022a6e0c05ce482b798cf638cbd3f901a5094e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 8 Mar 2017 15:01:13 -0300 Subject: docs: Port all docstring to gtk-doc markdown --- ext/chromaprint/gstchromaprint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/chromaprint/gstchromaprint.c') diff --git a/ext/chromaprint/gstchromaprint.c b/ext/chromaprint/gstchromaprint.c index 98b3ae392..6ebadd31a 100644 --- a/ext/chromaprint/gstchromaprint.c +++ b/ext/chromaprint/gstchromaprint.c @@ -23,18 +23,18 @@ /** * SECTION:element-chromaprint + * @title: chromaprint * * The chromaprint element calculates an acoustic fingerprint for an * audio stream which can be used to identify a song and look up * further metadata from the Acoustid * and Musicbrainz databases. * - * - * Example launch line + * ## Example launch line * |[ * gst-launch-1.0 -m uridecodebin uri=file:///path/to/song.ogg ! audioconvert ! chromaprint ! fakesink * ]| - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1