From 9f18d13c522abdbc392cb51a19c26173b8ec4951 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 1 Apr 2015 16:53:26 +0200
Subject: [PATCH] DOC: doxygen syntax

---
 .../Conversion/include/otbLabelImageToOGRDataSourceFilter.h  | 4 ++--
 .../Conversion/include/otbLabelImageToVectorDataFilter.h     | 4 ++--
 .../include/otbStreamingImageToOGRLayerSegmentationFilter.h  | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h b/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
index 879b119eb5..b4d6817c76 100644
--- a/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
+++ b/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
@@ -31,9 +31,9 @@ namespace otb
  *  Label of the input image are written into this field.
  *  An optional input mask can be used to exclude pixels from vectorization process.
  *  All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note It is a non-streamed version.
+ * \note It is a non-streamed version.
  * \ingroup OBIA
  *
  *
diff --git a/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h b/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
index d21636a1b3..23a3a20fea 100644
--- a/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
+++ b/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
@@ -28,9 +28,9 @@ namespace otb
  *  \brief this class uses GDALPolygonize method to transform a Label image into a VectorData.
  *  An optional input mask can be used to exclude pixels from vectorization process.
  *  All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note It is a non-streamed version.
+ * \note It is a non-streamed version.
  *  \ingroup OBIA
  *
  * \ingroup OTBConversion
diff --git a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
index 4040e9fbd0..fea9821b8f 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
+++ b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
@@ -51,7 +51,6 @@ class LabeledOutputAccessor<MeanShiftSmoothingImageFilter<TInputImage, TOutputIm
 /** \class PersistentStreamingLabelImageToOGRDataFilter
  * \brief This filter is a framework for large scale segmentation.
  * For a detailed description @see StreamingImageToOGRLayerSegmentationFilter
- * \Note
  *
  * \ingroup OTBOGRProcessing
  */
@@ -186,9 +185,9 @@ private:
  * Finally all features contained in the "memory" DataSource are copied into the input Layer,
  * in the layer specified with the \c SetLayerName() method.
  *
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note The input mask can be used to exclude pixels from vectorization process.
+ * \note The input mask can be used to exclude pixels from vectorization process.
  * All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
  *
  * \ingroup OTBOGRProcessing
-- 
GitLab