Skip to content
Snippets Groups Projects
Commit e3dddf77 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: fix doxygen, clean commented code

parent 8a91e44f
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
......@@ -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
*
......
......@@ -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
*
......
......@@ -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
*
......
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment