Commit 251d40f
committed
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=101171381 parent 46ebe1f commit 251d40f
File tree
3 files changed
+8
-5
lines changed- Modules/Filtering
- FastMarching/include
- ImageGrid/include
3 files changed
+8
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| 352 | + | |
351 | 353 | | |
352 | 354 | | |
353 | 355 | | |
| |||
0 commit comments