typedoc2md/typedoc-plugin-markdown

Duplicates in docs/functions (v4)

panva opened this issue · 2 comments

What package is the bug related to?

typedoc-plugin-markdown

Describe the issue

Issue: Duplicate doc files are generated for some functions.

Reproduce with

gh repo clone panva/oauth4webapi -- --depth=1 --branch=typedoc-plugin-markdown-4
npm clean-install
npm run docs

See numerous markdown files in docs/functions duplicated with a -1 suffix.

TypeDoc configuration

No response

Expected behavior

No response

Its because the functions are being tagged under 2 groups and are being duplicated as such. It is a bug and will be fixed. Thanks.

fixed in typedoc-plugin-markdown@4.1.0