diff --git a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx index 98bdd7926ca1ad31ee27a42b5f1b14de456afd1c..6052db8fb70bd07b0377ac611583096dc7a763f5 100644 --- a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx @@ -33,16 +33,22 @@ namespace Wrapper class PantexTextureExtraction : public Application { public: - /** Standard class typedefs. */ + + /** @name Standard class typedefs + * @{ + */ typedef PantexTextureExtraction Self; typedef Application Superclass; typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<const Self> ConstPointer; + /** @} */ - /** Standard macro */ + /** @name Standard macro + * @{ + */ itkNewMacro(Self); - itkTypeMacro(PantexTextureExtraction, otb::Application); + /** @} */ typedef otb::MultiToMonoChannelExtractROI<FloatVectorImageType::InternalPixelType, FloatVectorImageType::InternalPixelType> ExtractorFilterType;