Revert "doc: Workaround gtkdoc issue"

This reverts commit 460a7bf682.

This should be 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:
Tim-Philipp Müller 2015-05-18 12:52:00 +01:00
parent 1d1f76a328
commit 19e5356afd

View file

@ -44,7 +44,6 @@
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
@ -52,7 +51,6 @@
* ]| A simple pipeline to read from the standard input and dump the data * ]| A simple pipeline to read from the standard input and dump the data
* with a fakesink as hex ascii block. * with a fakesink as hex ascii block.
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H