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
689 stars 172 forks source link

typedoc-plugin-markdown group headings all labelled "undefined" #568

Closed paularmstrong closed 5 months ago

paularmstrong commented 5 months ago

When using @group or @category tags in the tsdoc comments, the resulting headings appear as undefined. The first breaking version is 4.0.0-next.44 and is still present in .49

Input:

/**
 * @group Tacos
 */
export …

Output:

## undefined
tgreyuk commented 5 months ago

thanks - fixed in typedoc-plugin-markdown@4.0.0-next.50

paularmstrong commented 5 months ago

Awesome thank you!