diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h index 30de422fd412007d18c41f6395f5827b5a3015a7..c60775c5f54ac9786495de68eb14e80a2bbb1ede 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 d0fbb14c1633ce48ee9211c48dd33d76501bd0bc..61e1dd605d0acc9f23fabb270094b3a5c8d9e778 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 540290d6868283be5f9b857d6b6798b2dad3ffd3..889e6d8df2bd02d831a1c26a571475407e6b6f86 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 c6fa2b3b459d30b04f937f9fdb961a5676e157b1..52d4ac37ea4c5aa116e211a203f1b2bca3860bbd 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 4f394bd951012444dac05ff72ccc2ebb36de8a73..a01a11db2f44e056e9fd9cfa691548bf3eefad2a 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 *