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/voamrwbenc/gstvoamrwbenc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/voamrwbenc') diff --git a/ext/voamrwbenc/gstvoamrwbenc.c b/ext/voamrwbenc/gstvoamrwbenc.c index f84e576a1..c5eae31d7 100644 --- a/ext/voamrwbenc/gstvoamrwbenc.c +++ b/ext/voamrwbenc/gstvoamrwbenc.c @@ -19,19 +19,19 @@ /** * SECTION:element-voamrwbenc + * @title: voamrwbenc * @see_also: #GstAmrWbDec, #GstAmrWbParse * - * AMR wideband encoder based on the + * AMR wideband encoder based on the * reference codec implementation. - * - * - * Example launch line + * + * ## Example launch line * |[ * gst-launch filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! voamrwbenc ! filesink location=abc.amr * ]| * Please note that the above stream misses the header, that is needed to play * the stream. - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1