mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +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
015bd9285a
commit
df7ef3c35d
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,7 @@
|
|||
* </para>
|
||||
* </refsect2>
|
||||
* <refsect2>
|
||||
* <para>
|
||||
* <title>Examples</title>
|
||||
* |[
|
||||
* gst-launch-1.0 -v playbin uri=file:///path/to/somefile.mp4
|
||||
|
@ -213,6 +214,7 @@
|
|||
* gst-launch-1.0 -v playbin uri=dvd://
|
||||
* ]| This will play back the DVD in your disc drive (assuming
|
||||
* the drive is detected automatically by the plugin).
|
||||
* </para>
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue