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 c90bc869e5
commit 1bd590ab3b

View file

@ -61,7 +61,6 @@
* </listitem>
* </itemizedlist>
*
* <para>
* <refsect2>
* <title>Sample pipelines</title>
* |[
@ -105,7 +104,6 @@
* timeoverlay ! queue2 ! comp.
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
* </refsect2>
* </para>
*/
#ifdef HAVE_CONFIG_H