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
697 stars 173 forks source link

(regression) @return being ignored after next-21 #487

Closed signorecello closed 9 months ago

signorecello commented 9 months ago

Here's a quick repro example

Running typedoc on this won't render the return type boolean. But if we downgrade to next-20, it will

tgreyuk commented 9 months ago

Thanks for producing the example repo. Fixed in typedoc-plugin-markdown@4.0.0-next.25.