Generic parameters should be rendered in a different color than ordinary type aliases, and hyperlink to the parameter definition. #2322
Labels
help wanted
Contributions are especially encouraged
Currently, generic parameters render in function/object documentation with the same formatting as links to type aliases (i.e. red-colored text), but are not links at all. This can be confusing, especially in the case of a nontemplated member function of a templated class, where the parameter occurs without any obvious context to indicate that it is a generic parameter.
These should be links to the corresponding entry in the "type parameter" section (or just to the "type parameter" section itself if that's not easy/possible), and should render in a different color.
The text was updated successfully, but these errors were encountered: