Skip to content

Signature help doesn't show the doxygen tparam info #13699

Open
@sean-mcmanus

Description

@sean-mcmanus

Repro with

/**
 * @tparam T1,T2 too
 */
template<typename T1, typename T2>
int func(int x, int y) {
    return func< // signature help here
}

It works for param doxygen comments and hover with tparam.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions