From ccd9dfab94373cf77b1f6b4d913914f5455d35b0 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Thu, 16 Jul 2015 18:53:04 +0200 Subject: [PATCH] DOC: fix module name in doxygen --- Modules/Learning/Supervised/include/otbMachineLearningModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Learning/Supervised/include/otbMachineLearningModel.h b/Modules/Learning/Supervised/include/otbMachineLearningModel.h index ddc9403076..7d750ed6c4 100644 --- a/Modules/Learning/Supervised/include/otbMachineLearningModel.h +++ b/Modules/Learning/Supervised/include/otbMachineLearningModel.h @@ -58,7 +58,7 @@ namespace otb * \sa ImageClassificationFilter * * - * \ingroup OTBCommon + * \ingroup OTBSupervised */ template <class TInputValue, class TTargetValue> class ITK_EXPORT MachineLearningModel -- GitLab