Revert "doc: Workaround gtkdoc issue"

This reverts commit ff6c736fe0.

This is fixed by the gtk-doc 1.23 release.

<para> cannot contain <refsect2>:
http://www.docbook.org/tdg/en/html/para.html
http://www.docbook.org/tdg/en/html/refsect2.html
This commit is contained in:
Stefan Sauer 2015-05-18 20:16:32 +02:00
parent 891c7c6149
commit af5c05caf1

View file

@ -42,14 +42,13 @@
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix. * gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
* ]| This pipeline produces two sine waves mixed together. * ]| This pipeline produces two sine waves mixed together.
* </refsect2> * </refsect2>
* </para> *
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H