From 71abd713ab07ddb6128bbabc414901a8ab880407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 24 Mar 2020 12:28:52 +0100 Subject: [PATCH] DOC: use group for doxygen names --- .../AppTextures/app/otbPantexTextureExtraction.cxx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx index 98bdd7926c..6052db8fb7 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; -- GitLab