From e3dddf77a016efe2e905fe7e2c067523811eb62d Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Fri, 3 Nov 2017 09:51:39 +0100 Subject: [PATCH] DOC: fix doxygen, clean commented code --- .../include/otbWrapperAbstractParameterList.h | 2 +- .../include/otbWrapperInputFilenameListParameter.h | 4 ---- .../include/otbWrapperInputImageListParameter.h | 5 ----- .../include/otbWrapperInputVectorDataListParameter.h | 4 ---- .../include/otbWrapperStringListParameter.h | 4 ---- 5 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h index 30de422fd4..c60775c5f5 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h @@ -34,7 +34,7 @@ namespace Wrapper /** \class AbstractParameterList - * \brief This class represents a InputImage parameter + * \brief This class is a base class for list-type parameters * * \ingroup OTBApplicationEngine */ diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h index d0fbb14c16..61e1dd605d 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h @@ -32,10 +32,6 @@ namespace otb namespace Wrapper { -// #if ( defined( WIN32 ) || defined( _WIN32 ) ) -// template OTBApplicationEngine_EXPORT class ParameterList< StringParameter >; -// #endif - /** \class InputFilenameListParameter * \brief This class represents a list of InputFilename parameter * diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h index 540290d686..889e6d8df2 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h @@ -33,11 +33,6 @@ namespace otb namespace Wrapper { -// #if ( defined( WIN32 ) || defined( _WIN32 ) ) -// template OTBApplicationEngine_EXPORT class ParameterList< InputImageParameter >; -// #endif // Windows - - /** \class InputImageListParameter * \brief This class represents a list of InputImage parameter * diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h index c6fa2b3b45..52d4ac37ea 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h @@ -33,10 +33,6 @@ namespace otb namespace Wrapper { -// #if ( defined( WIN32 ) || defined( _WIN32 ) ) -// template OTBApplicationEngine_EXPORT class ParameterList< InputVectorDataParameter >; -// #endif // Windows - /** \class InputVectorDataListParameter * \brief This class represents a list of VectorData parameter * diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h index 4f394bd951..a01a11db2f 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h @@ -33,10 +33,6 @@ namespace otb namespace Wrapper { -// #if ( defined( WIN32 ) || defined( _WIN32 ) ) -// template OTBApplicationEngine_EXPORT class ParameterList< StringParameter >; -// #endif // Windows - /** \class StringListParameter * \brief This class represent a list of string parameter for the wrapper framework * -- GitLab