Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4663 from andrei-sandor/…
Browse files Browse the repository at this point in the history
…WremoveBriefNothingAfter

COMP: Remove \brief with nothing after
  • Loading branch information
thewtex authored May 16, 2024
2 parents 4169e4b + 0fbb3bc commit 5786ce1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Modules/Core/Common/include/itkCommonEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ class MeshEnums
};
extern ITKCommon_EXPORT std::ostream &
operator<<(std::ostream & out, MeshEnums::MeshClassCellsAllocationMethod value);
/** \class OctreeEnums
* \brief
/**
* \class OctreeEnums
* \ingroup ITKCommon
*/
class OctreeEnums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace Functor

/**
* \class Add2
* \brief
* \ingroup ITKImageIntensity
*/
template <typename TInput1, typename TInput2 = TInput1, typename TOutput = TInput1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace itk


/** \class DivideOrZeroOutImageFilter
* \brief
*
* \author Gaetan Lehmann. Biologie du Developpement et de la
* Reproduction, INRA de Jouy-en-Josas, France.
Expand Down
1 change: 0 additions & 1 deletion Modules/IO/GDCM/include/itkGDCMImageIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
namespace itk
{
/** \class GDCMImageIOEnums
* \brief
* \ingroup ITKIOGDCM
*/
class GDCMImageIOEnums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace itk
namespace Statistics
{
/** \class MeasurementVectorTraits
* \brief
* \ingroup Statistics
* \ingroup ITKStatistics
*/
Expand Down Expand Up @@ -410,7 +409,6 @@ class MeasurementVectorTraits
};

/** \class MeasurementVectorTraitsTypes
* \brief
* \ingroup Statistics
* \ingroup ITKStatistics
*/
Expand Down

0 comments on commit 5786ce1

Please sign in to comment.