Skip to content

Missing XML docs in type parameter tooltips #13295

@kerams

Description

@kerams

These tooltips have been added in #12933. Unless I've wired something wrong, they should include XML docs (typeparam is listed as a supported tag).

/// <summary>Wrap</summary>
/// <typeparam name="a">Param</typeparam>
type Wrap<'a> =
    | Bah of 'a

Hovering over 'a will just display an icon and the parameter name. Using name="'a" is the same.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions