Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Remove \brief with nothing after #4663

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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