microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.68k stars 131 forks source link

Weird warnings about multiple declarations #364

Closed Nokel81 closed 11 months ago

Nokel81 commented 11 months ago

I sometimes see the following errors when I try to generate documentation

[warning] menuShouldBlockScroll has multiple declarations with a comment. An arbitrary comment will be used.
[info] The comments for name are declared at:
  /some-repo/node_modules/react-select/dist/declarations/src/Select.d.ts:155
  /some-repo/node_modules/react-select/dist/declarations/src/Select.d.ts:155

I don't know how this happens, but it seems like an easy case to check for.

Nokel81 commented 11 months ago

Sorry, meant to open this for typedoc