-
-
Notifications
You must be signed in to change notification settings - Fork 713
Open
Labels
type:DocumentationDocumentation improvement or changeDocumentation improvement or change
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.
Metadata
Metadata
Assignees
Labels
type:DocumentationDocumentation improvement or changeDocumentation improvement or change