Describe the bug
In Doxygen 1.8.9.1 the link for the macro would be genereated. With Doxygen 1.11.0 it is not.
Screenshots
Doxygen 1.8.9.1

Doxygen 1.11.0

To Reproduce
testcase.zip
Expected behavior
Automatic linking should occur.
Version
doxygen 1.11.0 on Linux
Additional context
I can work around this by using \ref like:
\ref B::BCALLBACK(CALLBACK) "BCALLBACK(CALLBACK)"