Skip to content

\ref command does not respect "text" field for template classes in Doxygen 1.10.0 - trunk #10969

@scott-zhong

Description

@scott-zhong

Describe the bug
\ref command does not respect "text" field for template classes.

/**
 * Base
 */
template <class T>
class Base;

/**
 * \ref Base "Base<int>"
 */
class Test {
};

Screenshots
Doxygen 1.9.8:
image

Doxygen 1.10.0 - trunk (38ee114)
image

To Reproduce
testcase.zip

Expected behavior
\ref command should use the "text" field when template classes are referenced, similar to behavior for non-template classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions