-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doxygen docs missing for subsequent macros #4161
Comments
We have here 2 problems: Entry No group documentation Looking at the mentioned part it looks like:
In my opinion:
or by means of an
resulting in code:
(I personally prefer the explicit Note: I think that running doxygen with |
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 forGetEnforceConnectivity
norEnforceConnectivityOn
. Entry forEnforceConnectivityOff
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.
The text was updated successfully, but these errors were encountered: