From a3a29a8c85175c6f796cce3352fb9f25e06fcd86 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Fri, 21 Nov 2008 10:32:54 +0800
Subject: [PATCH] DOC: removing doxygen description that was coming from
 copy/paste (no description is still better than wrong description)

---
 Code/FeatureExtraction/otbParallelLinePathListFilter.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/Code/FeatureExtraction/otbParallelLinePathListFilter.h b/Code/FeatureExtraction/otbParallelLinePathListFilter.h
index 2e70fad377..be647ad197 100644
--- a/Code/FeatureExtraction/otbParallelLinePathListFilter.h
+++ b/Code/FeatureExtraction/otbParallelLinePathListFilter.h
@@ -24,16 +24,9 @@ PURPOSE.  See the above copyright notices for more information.
 namespace otb
 {
 /** \class ParallelLinePathListFilter
- *  \brief This filters link path from the input path list according to distance and angular criterions.
+ *  \brief Description needed
  *  
- *  This filter examines both ends of each path to link and is able to link several path into one single path.
- *  The two criterions to link a path are :
- *  - The two ends to link must be closer than the user defined threshold in terms of euclidean distance,
- *  - The angle at the link must not be sharp (less than the user defined threshold).
- *  
- *  Please note that this filter may invert the order of the vertices in the newly created path.
  *
- *  This filter is part of the road extraction framework.
  */
 template <class TPath>
 class ITK_EXPORT ParallelLinePathListFilter
-- 
GitLab