Skip to content

class static functions are no longer marked as such since typedoc 0.25.3 #533

@panva

Description

@panva

I have a reproduction for missing Static labels on static class methods since [email protected].

I am opening an issue here because it is only exhibited in docs produced with the typedoc-plugin-markdown plugin, not when using the default html output without a plugin.

Reproduction follows

gh repo clone panva/typedoc-repro
cd typedoc-repro
npm clean-install
npm run docs
node check.mjs

# In html Foo.bar is marked as Static true
# In md Foo.bar is marked as Static true

npm i -D [email protected]
npm run docs
node check.mjs

# In html Foo.bar is marked as Static true
# In md Foo.bar is marked as Static false

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextFix available in the '@next' release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions