Skip to content

Commit

Permalink
DOC: Fix missing \ingroup ITKIODCMTK
Browse files Browse the repository at this point in the history
Modules/IO/DCMTK/include/itkDCMTKImageIO.h:31: error: "\ingroup non" not set in class DCMTKImageIOEnums.
Modules/IO/DCMTK/include/itkDCMTKImageIO.h:38: error: "\ingroup ITKIODCMTK" not set in class LogLevel.

1/1 Test #850: ITKIODCMTKInDoxygenGroup .........***Failed    0.04 sec
  • Loading branch information
hjmjohnson committed Apr 11, 2020
1 parent 22036be commit d7f8c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/IO/DCMTK/include/itkDCMTKImageIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ namespace itk
/**\class DCMTKImageIOEnums
* \brief Enums used by the DCMTKImageIO class
* \ingroup IOFilters
* \ingroup ITKIODCMTK
*/
class DCMTKImageIOEnums
{
public:
/**
*\class LogLevel
* \ingroup IOFilters
* \ingroup ITKIODCMTK
* enum for DCMTK log level. These are defined here without
* reference to DCMTK library enumerations, to avoid including
* dcmtk headers in this header.
Expand Down

0 comments on commit d7f8c46

Please sign in to comment.