doc: remove xml from comments
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 29 May 2019 21:12:11 +0000 (23:12 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 29 May 2019 21:12:11 +0000 (23:12 +0200)
plugins/nle/nleobject.c
plugins/nle/nleoperation.c

index 46694a4..8e16640 100644 (file)
  * SECTION:nleobject
  * @short_description: Base class for GNonLin elements
  *
- * <refsect2>
- * <para>
  * NleObject encapsulates default behaviour and implements standard
  * properties provided by all the GNonLin elements.
- * </para>
- * </refsect2>
- *
  */
 
 
index 5a9801b..5dec105 100644 (file)
 /**
  * SECTION:element-nleoperation
  *
- * <refsect2>
- * <para>
  * A NleOperation performs a transformation or mixing operation on the
  * data from one or more #NleSources, which is used to implement filters or 
  * effects.
- * </para>
- * </refsect2>
  */
 
 static GstStaticPadTemplate nle_operation_src_template =