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

gst/compositor/compositor.c

index 942c480..7ab6c85 100644 (file)
@@ -61,6 +61,7 @@
  * </listitem>
  * </itemizedlist>
  *
+ * <para>
  * <refsect2>
  * <title>Sample pipelines</title>
  * |[
  *   timeoverlay ! queue2 ! comp.
  * ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
  * </refsect2>
+ * </para>
  */
 
 #ifdef HAVE_CONFIG_H