Skip to content

Commit 87a6619

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Make Doxygen class command indent consistent
Make Doxygen class command indent consistent: prefer the style/indent used in Doxygen examples.
1 parent a7546b6 commit 87a6619

File tree

708 files changed

+846
-846
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

708 files changed

+846
-846
lines changed

Modules/Bridge/NumPy/include/itkPyBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace itk
3333
{
3434

3535
/**
36-
*\class PyBuffer
36+
* \class PyBuffer
3737
*
3838
* \brief Helper class to get ITK image views into python arrays and back.
3939
*

Modules/Bridge/NumPy/include/itkPyVnl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace itk
3131
{
3232

3333
/**
34-
*\class PyVnl
34+
* \class PyVnl
3535
*
3636
* \brief Helper class get views of VNL data buffers in python arrays and back.
3737
*

Modules/Bridge/VTK/include/itkVTKImageExport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
namespace itk
2525
{
2626
/**
27-
*\class VTKImageExport
27+
* \class VTKImageExport
2828
* \brief Connect the end of an ITK image pipeline to a VTK pipeline.
2929
*
3030
* VTKImageExport can be used at the end of an ITK image pipeline to

Modules/Bridge/VTK/include/itkVTKImageExportBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
namespace itk
2525
{
2626
/**
27-
*\class VTKImageExportBase
27+
* \class VTKImageExportBase
2828
* \brief Superclass for VTKImageExport instantiations.
2929
*
3030
* VTKImageExportBase provides the functions that serve as callbacks
@@ -72,7 +72,7 @@ class ITKVTK_EXPORT VTKImageExportBase : public ProcessObject
7272
using FloatOriginCallbackType = float * (*)(void *);
7373

7474
/**
75-
*\class CallbackTypeProxy
75+
* \class CallbackTypeProxy
7676
* \brief Provide compatibility between VTK 4.4 and earlier versions.
7777
* \ingroup ITKVTK
7878
*/

Modules/Bridge/VTK/include/itkVTKImageImport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
namespace itk
3636
{
3737
/**
38-
*\class VTKImageImport
38+
* \class VTKImageImport
3939
* \brief Connect the end of an VTK pipeline to an ITK image pipeline.
4040
*
4141
* VTKImageImport can be used at the beginning of an ITK image pipeline to

Modules/Bridge/VtkGlue/include/QuickView.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "ITKVtkGlueExport.h"
3030

3131
/**
32-
*\class ImageInfo
32+
* \class ImageInfo
3333
* \brief A container for an image and its description
3434
* \ingroup ITKVtkGlue
3535
*/
@@ -49,7 +49,7 @@ class ITKVtkGlue_EXPORT ImageInfo
4949
};
5050

5151
/**
52-
*\class RGBImageInfo
52+
* \class RGBImageInfo
5353
* \brief A container for an rgb image and its description
5454
* \ingroup ITKVtkGlue
5555
*/
@@ -68,7 +68,7 @@ class ITKVtkGlue_EXPORT RGBImageInfo
6868
};
6969

7070
/**
71-
*\class QuickView
71+
* \class QuickView
7272
* \brief A convenient class to render itk images with vtk
7373
*
7474
* This class presents a convenient and efficient mechanism to display

Modules/Bridge/VtkGlue/include/itkImageToVTKImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace itk
2626
{
2727

2828
/**
29-
*\class ImageToVTKImageFilter
29+
* \class ImageToVTKImageFilter
3030
* \brief Converts an ITK image into a VTK image and plugs a
3131
* itk data pipeline to a VTK datapipeline.
3232
*

Modules/Bridge/VtkGlue/include/itkVTKImageToImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace itk
3232
{
3333

3434
/**
35-
*\class VTKImageToImageFilter
35+
* \class VTKImageToImageFilter
3636
* \brief Converts a VTK image into an ITK image and plugs a
3737
* VTK data pipeline to an ITK datapipeline.
3838
*

Modules/Bridge/VtkGlue/include/itkViewImage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace itk
2323
{
2424

2525
/**
26-
*\class ViewImage
26+
* \class ViewImage
2727
*
2828
* \brief Class with static function to visualize an image using just vtk.
2929
* It accepts 2D and 3D images.

Modules/Compatibility/Deprecated/include/itkAtomicInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace itk
4646
{
4747

4848
/**
49-
*\class AtomicInt
49+
* \class AtomicInt
5050
* \brief Provides support for atomic integers
5151
*
5252
*

0 commit comments

Comments
 (0)