From 16b22cbf25e790aeb18fda6691a8b7c4812cc697 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Fri, 21 Apr 2017 16:31:51 +0200 Subject: [PATCH] DOC: update doxygen --- Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h b/Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h index 8b9c238e75..dc7a552e2a 100644 --- a/Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h +++ b/Modules/Adapters/OSSIMAdapters/include/otbDEMHandler.h @@ -41,9 +41,8 @@ namespace otb * * This class is the single configuration and access point for * elevation handling in images projections and localization - * functions. Since this class is a singleton, the New() method is - * deprecated and will be removed in future release. Please use the - * DEMHandler::Instance() method instead. + * functions. Since this class is a singleton, there is no New() method. The + * DEMHandler::Instance() method should be used instead. * * Please be aware that a proper instantiation and parameter setting * of this class is advised before any call to geometric filters or -- GitLab