doc: Workaround gtkdoc issue
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 17 May 2015 03:29:03 +0000 (23:29 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 17 May 2015 03:29:03 +0000 (23:29 -0400)
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.

plugins/elements/gstfdsrc.c

index cebca21..c655125 100644 (file)
@@ -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