From d1427194f7e804b10736eb204f9b1a94478ed73a Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Fri, 19 Apr 2019 08:37:23 +0000 Subject: [PATCH] DOC: Update doxygen refering to removed classes --- .../include/otbClosingOpeningMorphologicalFilter.h | 3 +-- .../include/otbOpeningClosingMorphologicalFilter.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h index 458213a22a..570c6cd0ea 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h @@ -39,8 +39,7 @@ namespace otb * of composition of the two basic morphological operation, the filtered details are dark * on a brighter background. * - * \sa ClosingOpeningMorphologicalFilter, - * MorphologicalPyramidAnalysisFilter + * \sa ClosingOpeningMorphologicalFilter * * \ingroup OTBMorphologicalProfiles */ diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h index df47e1bd46..3a329241c2 100644 --- a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h +++ b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h @@ -39,8 +39,7 @@ namespace otb * of composition of the two basic morphological operation, the filtered details are dark * on a brighter background. * - * \sa ClosingOpeningMorphologicalFilter, - * MorphologicalPyramidAnalyseFilter + * \sa ClosingOpeningMorphologicalFilter * * \ingroup OTBMorphologicalProfiles */ -- GitLab