From 4010f7013141a43de61204d460fe4b7d604f530f Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@cnes.fr> Date: Wed, 7 Mar 2018 08:16:42 +0100 Subject: [PATCH] DOC: Add correct group in doxygen --- Modules/Core/Common/include/otbLogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/Common/include/otbLogger.h b/Modules/Core/Common/include/otbLogger.h index 60ee81ff51..21aff6e14b 100644 --- a/Modules/Core/Common/include/otbLogger.h +++ b/Modules/Core/Common/include/otbLogger.h @@ -32,7 +32,7 @@ namespace otb { * * Sets OTB wide settings in its constructor * - * \ingroup OTBApplicationEngine + * \ingroup OTBCommon */ class OTBCommon_EXPORT Logger : public itk::Logger { -- GitLab