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:33:55 -04:00
parent 015bd9285a
commit df7ef3c35d

View file

@ -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>
*/