Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Fix miscellaneous Doxygen warnings
Fix miscellaneous Doxygen warnings: - Fix the Doxygen name for the `itk::FastMarchingTraits::LabelType` enum. - Add the missing `\endcode` tag to a code snippet in `itk::OrientImageFilter`. - Add the `ITK_LEGACY_REMOVE` macro to a function declared as legacy with the `itkLegacyMacro` in `itk::ResampleImageFilter`. Fixes: ``` Warning Modules/Filtering/FastMarching/include/itkFastMarchingTraits.h:77: warning: Documentation for undefined enum 'LabelEnum' found. ``` and ``` Warning Modul/.../ITK/Modules/Filtering/ImageGrid/include/itkOrientImageFilter.h:268: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 29) Warning Modules/Filtering/ImageGrid/include/itkOrientImageFilter.h:268: warning: File ended in the middle of a comment block! Perhaps a missing \endcode? ``` and ``` Warning Modules/Filtering/ImageGrid/include/itkResampleImageFilter.h:367: warning: no uniquely matching class member found for template < TComponent > static itk::ResampleImageFilter< TComponent >::itkLegacyMacro(const TComponent value) ``` raised for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=10117138
- Loading branch information