Closed
Description
When attempting to create a markdown link to the documentation of a template class specialization, Doxygen creates broken html output. The following link will not appear correctly, for example:
template <>
struct Test<std::string>;
/// [text](\ref Test<std::string>)
Links to members of the specialization work correctly. Non-markdown links also work correctly.
Expected behavior
Markdown links to template class specializations should produce the same output as conventional links using \ref.
To Reproduce
This is the project that created the above screenshot:
markdown-links-to-template-instantiations.zip
Version
Doxygen version 1.9.1. on 64 bit Windows 10
Metadata
Metadata
Assignees
Labels
No labels