diff --git a/Code/BasicFilters/otbTransformPointSetFilter.h b/Code/BasicFilters/otbTransformPointSetFilter.h
index df883b52207d13f69e80cc21f5d55121976afa95..5527b929911b01c2193b6267e9fe30389880b19c 100644
--- a/Code/BasicFilters/otbTransformPointSetFilter.h
+++ b/Code/BasicFilters/otbTransformPointSetFilter.h
@@ -25,12 +25,10 @@ namespace otb
 {
 
 /** \class TransformPointSetFilter
- * \brief
+ * \brief TransformPointSetFilter applies a transform to all the
+ * points of a PointSet.
  *
- * TransformPointSetFilter applies a transform to all the points
- * of a PointSet.
- *
- * The additional content of the PointSet is passed untouched.
+ * The additional content of the PointSet is left untouched.
  *
  * PointSets that have added information like normal vector on the points, will
  * have to take care of transforming this data by other means.