-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documented constructor type produces warning #2553
Labels
bug
Functionality does not match expectation
Comments
Signatures are the bane of my existence, there are entirely too many edge cases around them, so I always seem to miss at least one when touching that code... |
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search terms
notDocumented, constructor, warning
Expected Behavior
Running typedoc for fully documented constructor types should not produce any warnings.
Actual Behavior
The following warnings are produced:
Steps to reproduce the bug
index.ts
tsconfig.json
typedoc.json
Environment
Notes
The latest typedoc where it worked was
0.25.4
. The warnings started to appear after updating to0.25.5
or higher,The text was updated successfully, but these errors were encountered: