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 4ca3a22b6b
commit 4116d11327
2 changed files with 1 additions and 4 deletions

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

View file

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