mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +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>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
* <para>
|
||||||
* <title>Examples</title>
|
* <title>Examples</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch-1.0 -v playbin uri=file:///path/to/somefile.mp4
|
* gst-launch-1.0 -v playbin uri=file:///path/to/somefile.mp4
|
||||||
|
@ -213,6 +214,7 @@
|
||||||
* gst-launch-1.0 -v playbin uri=dvd://
|
* gst-launch-1.0 -v playbin uri=dvd://
|
||||||
* ]| This will play back the DVD in your disc drive (assuming
|
* ]| This will play back the DVD in your disc drive (assuming
|
||||||
* the drive is detected automatically by the plugin).
|
* the drive is detected automatically by the plugin).
|
||||||
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue