doc: Workaround gtkdoc issue

With gtkdoc 1.22, the XML generator fails when a itemizedlist is
followed by a refsect2. Workaround the issue by wrapping the refsect2
into para.
This commit is contained in:
Nicolas Dufresne 2015-05-16 23:29:03 -04:00
parent 5d14d5bb7c
commit 460a7bf682

View file

@ -44,6 +44,7 @@
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* *
* <para>
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
@ -51,6 +52,7 @@
* ]| 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