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/audiomixer/gstaudiomixer.c
gst/compositor/compositor.c

index f0e8f66..57be45f 100644 (file)
  * </listitem>
  * </itemizedlist>
  *
+ * <para>
  * <refsect2>
  * <title>Example launch line</title>
  * |[
  * gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
  * ]| This pipeline produces two sine waves mixed together.
  * </refsect2>
- *
+ * </para>
  */
 
 #ifdef HAVE_CONFIG_H
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