Revert "doc: Workaround gtkdoc issue"
authorTim-Philipp Müller <tim@centricular.com>
Mon, 18 May 2015 11:52:00 +0000 (12:52 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 18 May 2015 12:13:55 +0000 (13:13 +0100)
This reverts commit 460a7bf68292d057c77e84d1ea86b8e73fc081f3.

This should be 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

plugins/elements/gstfdsrc.c

index c655125..cebca21 100644 (file)
@@ -44,7 +44,6 @@
  * </listitem>
  * </itemizedlist>
  *
- * <para>
  * <refsect2>
  * <title>Example launch line</title>
  * |[
@@ -52,7 +51,6 @@
  * ]| 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