Skip to content
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

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

Closed
panva opened this issue Dec 31, 2023 · 1 comment
Closed
Labels
next Fix available in the '@next' release

Comments

@panva
Copy link

panva commented Dec 31, 2023

I have a reproduction for missing Static labels on static class methods since typedoc@0.25.3.

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 typedoc@0.25.4
npm run docs
node check.mjs

# In html Foo.bar is marked as Static true
# In md Foo.bar is marked as Static false
@tgreyuk tgreyuk added the next Fix available in the '@next' release label Jan 14, 2024
@tgreyuk
Copy link
Member

tgreyuk commented May 3, 2024

typedoc-plugin-markdown@4.0.0

@tgreyuk tgreyuk closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next Fix available in the '@next' release
Projects
None yet
Development

No branches or pull requests

2 participants