typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
705 stars 175 forks source link

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

Closed panva closed 5 months ago

panva commented 9 months ago

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 commented 5 months ago

typedoc-plugin-markdown@4.0.0