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.
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 forGetEnforceConnectivitynorEnforceConnectivityOn. Entry forEnforceConnectivityOffis 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.