Skip to content

std:: hypertext link if a class documents std() function #10962

@scott-zhong

Description

@scott-zhong

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)
image

Doxygen 1.9.7 - trunk (38ee114)
image

To Reproduce
testcase.zip

Expected behavior
"std" part of "std::" is not linked.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions