Describe the bug
std:: hypertext link if a class documents std() function
/**
* \code{.cpp}
* std::cout << ((1==1) ? "true" : "false") << std::endl;
* \endcode
*/
template <class T>
class Test {
public:
/**
* std
*/
void std() {}
};
Screenshots
Doxygen 1.9.6 ("std" is not linked)

Doxygen 1.9.7 - trunk (38ee114)

To Reproduce
testcase.zip
Expected behavior
"std" part of "std::" is not linked.