diff --git a/Code/FeatureExtraction/otbParallelLinePathListFilter.h b/Code/FeatureExtraction/otbParallelLinePathListFilter.h
index 2e70fad3774e2772cadc1c77f33b946d98c532cb..be647ad19702fe1d8a13b14c348b3a35caf0ddd2 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