InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.4k stars 661 forks source link

DOC: Add `GetNameOfClass` macro's to DOXYGEN_PREDEFINED #4498

Closed N-Dekker closed 5 months ago

N-Dekker commented 5 months ago

Currently, the itkVirtualGetNameOfClassMacro and itkOverrideGetNameOfClassMacro calls do not get expanded properly by Doxygen. This commit aims to fix the output from Doxygen at https://itk.org/Doxygen/html/

N-Dekker commented 5 months ago

Code change looks good, so the only question is: does it work?

I hope so 😺 Did not test it locally, but I think it's OK. Otherwise, at least it wouldn't harm, I guess.