Closed albert-github closed 5 days ago
We should maybe change
https://github.com/InsightSoftwareConsortium/ITK/blob/fde014ae98d80e0c21d0a93340185eabd7c14b71/Wrapping/DoxygenConfig.cmake#L83
to itkNotUsed(x)=x
.
@dzenanz Indeed I apparently something went wrong during cut / paste.
Probably even better:
itkLegacyMacro(x)="[[deprecated]] x"
In the function we see:
and in the doxygen settings the
PREDEFINED
:In other words no variable present and hence the message.