Revert "doc: Workaround gtkdoc issue"

This reverts commit 1797c8f8b1.

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:13:01 +02:00
parent 5e226d63f9
commit 168881a186
5 changed files with 0 additions and 10 deletions

View file

@ -56,7 +56,6 @@
* a cutoff frequency at a quarter of the sampling rate. * a cutoff frequency at a quarter of the sampling rate.
* </note> * </note>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
@ -65,7 +64,6 @@
* gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiochebband mode=band-pass lower-frequency=1000 upper-frequency=4000 type=2 ! audioconvert ! alsasink * gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiochebband mode=band-pass lower-frequency=1000 upper-frequency=4000 type=2 ! audioconvert ! alsasink
* ]| * ]|
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -52,7 +52,6 @@
* a cutoff frequency at a quarter of the sampling rate. * a cutoff frequency at a quarter of the sampling rate.
* </para></note> * </para></note>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
@ -61,7 +60,6 @@
* gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiocheblimit mode=low-pass cutoff=800 type=2 ! audioconvert ! alsasink * gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiocheblimit mode=low-pass cutoff=800 type=2 ! audioconvert ! alsasink
* ]| * ]|
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -42,14 +42,12 @@
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-1.0 -m filesrc location=foo.ogg ! decodebin ! audioconvert ! cutter ! autoaudiosink * gst-launch-1.0 -m filesrc location=foo.ogg ! decodebin ! audioconvert ! cutter ! autoaudiosink
* ]| Show cut messages. * ]| Show cut messages.
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -31,7 +31,6 @@
* gst-launch-1.0 filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=6.0 ! alsasink * gst-launch-1.0 filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=6.0 ! alsasink
* ]| This make the equalizer use 15 bands and raises the volume of the 5th band by 6 db. * ]| This make the equalizer use 15 bands and raises the volume of the 5th band by 6 db.
* </refsect2> * </refsect2>
* <para>
* <refsect2> * <refsect2>
* <title>Example code</title> * <title>Example code</title>
* |[ * |[
@ -75,7 +74,6 @@
* ... * ...
* ]| * ]|
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -104,7 +104,6 @@
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
@ -112,7 +111,6 @@
* gst-launch-1.0 videotestsrc ! multifilesink post-messages=true filename="frame%d" * gst-launch-1.0 videotestsrc ! multifilesink post-messages=true filename="frame%d"
* ]| * ]|
* </refsect2> * </refsect2>
* </para>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H