mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
5d14d5bb7c
commit
460a7bf682
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue