Skip to content

Link to type alias of method parameter undefined in signature #1542

@raphaelmeyer

Description

@raphaelmeyer

I found an issue with the links in the generated documentation.

type Bar = 'foo' | 'bar'

export class Foo {
    public foo(bar: Bar) : void {
    }
}

The documentation for method foo results in a link to ../undefineds/Bar.html in the signature description, but has the correct link to typealiases.html in detail description for parameter bar.

See this example to reproduce the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions