Revert "doc: Workaround gtkdoc issue"
authorStefan Sauer <ensonic@users.sf.net>
Mon, 18 May 2015 18:16:32 +0000 (20:16 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 18 May 2015 18:16:32 +0000 (20:16 +0200)
This reverts commit ff6c736fe08e01f4320c4b02e811a0b57cf97cc1.

This is fixed by the gtk-doc 1.23 release.

<para> cannot contain <refsect2>:
http://www.docbook.org/tdg/en/html/para.html
http://www.docbook.org/tdg/en/html/refsect2.html

gst/compositor/compositor.c

index 7ab6c853773ef2876bd233d643ba05d4bf593362..942c48036e70e6ed4ff342929df85e64ac18040c 100644 (file)
@@ -61,7 +61,6 @@
  * </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