From 4c77b04fa1158663b92864c932d345c61484ca67 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 29 May 2019 23:12:11 +0200 Subject: [PATCH] doc: remove xml from comments --- plugins/nle/nleobject.c | 5 ----- plugins/nle/nleoperation.c | 4 ---- 2 files changed, 9 deletions(-) diff --git a/plugins/nle/nleobject.c b/plugins/nle/nleobject.c index 46694a48a2..8e166405ff 100644 --- a/plugins/nle/nleobject.c +++ b/plugins/nle/nleobject.c @@ -29,13 +29,8 @@ * SECTION:nleobject * @short_description: Base class for GNonLin elements * - * - * * NleObject encapsulates default behaviour and implements standard * properties provided by all the GNonLin elements. - * - * - * */ diff --git a/plugins/nle/nleoperation.c b/plugins/nle/nleoperation.c index 5a9801b4fd..5dec105967 100644 --- a/plugins/nle/nleoperation.c +++ b/plugins/nle/nleoperation.c @@ -28,13 +28,9 @@ /** * SECTION:element-nleoperation * - * - * * A NleOperation performs a transformation or mixing operation on the * data from one or more #NleSources, which is used to implement filters or * effects. - * - * */ static GstStaticPadTemplate nle_operation_src_template =