Skip to content

Convert top level <see> to <seealso> #75

@drewnoakes

Description

@drewnoakes
/// <see cref="Foo" />
public bool Bar();

This is invalid.

The author probably intended:

/// <seealso cref="Foo" />
public bool Bar();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions