mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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
7e5123cd90
commit
c90bc869e5
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
* </listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
* <para>
|
||||
* <refsect2>
|
||||
* <title>Sample pipelines</title>
|
||||
* |[
|
||||
|
@ -104,6 +105,7 @@
|
|||
* timeoverlay ! queue2 ! comp.
|
||||
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
|
||||
* </refsect2>
|
||||
* </para>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue