Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4259 from jhlegarreta/Fi…
Browse files Browse the repository at this point in the history
…xDoxygenClassNames

DOC: Fix Doxygen class names
  • Loading branch information
jhlegarreta authored Oct 13, 2023
2 parents 80446b1 + f0019cb commit 6038a5d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace itk
{
/** \class itkTreeIteratorClone
/** \class TreeIteratorClone
* \brief itkTreeIteratorClone class
* \ingroup DataRepresentation
* \ingroup ITKDeprecated
Expand Down
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkFloatingPointExceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FloatingPointExceptionsEnums
extern ITKCommon_EXPORT std::ostream &
operator<<(std::ostream & out, const FloatingPointExceptionsEnums::ExceptionAction value);

/** \class itkFloatingPointExceptions
/** \class FloatingPointExceptions
* \brief Allows floating point exceptions to be caught during program execution.
*
* Allows floating point exceptions to be caught during program execution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace itk
{
/**
* \class QuadEdgeMeshScalarDataVTKPolyData
* \class QuadEdgeMeshScalarDataVTKPolyDataWriter
*
* \brief This class saves a QuadMesh into a VTK-legacy file format,
* including its scalar data associated with points.
Expand Down
2 changes: 1 addition & 1 deletion Modules/Core/Transform/include/itkTransformBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class TransformBaseTemplateEnums
// Define how to print enumeration
extern ITKTransform_EXPORT std::ostream &
operator<<(std::ostream & out, const TransformBaseTemplateEnums::TransformCategory value);
/** \class itkTransformBaseTemplate
/** \class TransformBaseTemplate
*
* This class is an abstract class to represent a spatial transform.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

namespace itk
{
/** \class itkBSplineCenteredL2ResampleImageFilterBase
/** \class BSplineCenteredL2ResampleImageFilterBase
* \brief Uses the "Centered L2" B-Spline pyramid implementation of B-Spline Filters
* to up/down sample an image by a factor of 2.
*
Expand Down
2 changes: 1 addition & 1 deletion Modules/Numerics/FEM/include/itkFEMLoadNoisyLandmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace itk
namespace fem
{
/**
* \class itkFEMLoadNoisyLandmark
* \class FEMLoadNoisyLandmark
* \brief This landmark is derived from the motion of a specific landmark, but
* allows the existence of noise or outliers
*
Expand Down

0 comments on commit 6038a5d

Please sign in to comment.