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

Remove extra comment #462

Closed lorenzolewis closed 11 months ago

lorenzolewis commented 11 months ago

Signatures were generating summaries twice, you can see this in a function signature.

Tests are disabled (I think due to typedoc 0.25 breaking changes that just came out?) so no tests updated for this one that would have caught it.

lorenzolewis commented 11 months ago

This is actually caused by an override that I had and is broken due to that now that I research it further.