I could not find anything about on the net and i´m quite clueless to the XML comment support in doxygen.
My problem is as simple as this:
/// <see cref="GenericClass{TTypeparam}"/>
Which seems to me to be the correct way to reference an open generic in XML comments, does not produce a link in the doxygen output. It just copies the text from the cref attribute to the output.
I know that linking to generics works in doxygen from custom pages by using GenericClass<TTypeParam>
. So is this a known bug, or did i miss something obvious?
Btw. I´m using doxygen 1.8.2