Skip to content

Reproduce @linkcode bug introduced with TypeDoc v0.28.0 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ap-b12
Copy link

@ap-b12 ap-b12 commented Apr 11, 2025

“SomeClass” in the description for constructor should:

  1. Link to SomeClass.
  2. Be rendered as inline code.
export SomeClass {

    /**
     * Creates an instance of {@linkcode SomeClass}.
     */
    constructor() { }

}

This is working with TypeDoc v0.27.9, but fails to produce the same expected output starting with v0.28.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant