Commit b0e7231
committed
DOC: Fix multiple group Doxygen warnings
Fix multiple group Doxygen warnings: enum classes cannot be members of
multiple groups: remove the additional grouping command, and leave the
one corresponding to the most specific group.
From the Doxygen documentation:
"Note that compound entities (like classes, files and namespaces) can be
put into multiple groups, but members (like variable, functions,
typedefs and enums) can only be a member of one group (...)."
https://www.doxygen.nl/manual/grouping.html#topics
Fixes:
```
Warning
Modules/IO/ImageBase/include/itkIOCommon.h:42:
warning: Member AtomicPixel found in multiple @InGroup groups!
The member will be put in group ITKIOImageBase, and not in group IOFilters
```
and
```
Warning
Modules/Filtering/FFT/include/itkComplexToComplexFFTImageFilter.h:41:
warning: Member TransformDirection found in multiple @InGroup groups!
The member will be put in group FourierTransform, and not in group ITKFFT
```
raised for example in:
https://open.cdash.org/viewBuildError.php?type=1&buildid=101171381 parent 46ebe1f commit b0e7231
File tree
2 files changed
+0
-2
lines changed- Modules
- Filtering/FFT/include
- IO/ImageBase/include
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments