InsightSoftwareConsortium / InsightSoftwareConsortium/ITK
Doxygen docs missing for subsequent macros
Open
type:Documentation
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 748
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 64
Description
Docstrings are missing for macros after the first.
### Description
This piece of code:
https://github.com/InsightSoftwareConsortium/ITK/blob/v5.4rc01/Modules/Segmentation/SuperPixel/include/itkSLICImageFilter.h#L143-L152
produces docstring for `SetEnforceConnectivity`, but not for `GetEnforceConnectivity` nor `EnforceConnectivityOn`. Entry for `EnforceConnectivityOff` is missing entirely from the doc page:
https://itk.org/Doxygen/html/classitk_1_1SLICImageFilter.html
### Expected information
Same docstring appears for all of the methods mentioned above.
Contributor guide
Assessment
This issue has not been assessed yet.