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