-
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
Duplicate comment in interfaces and types #2509
Labels
bug
Functionality does not match expectation
Comments
Please provide a minimal reproduction. I can't run typedoc on Screenshots. |
Caused by 03426c3, I handled signature checking one level deep, but didn't correctly handle comments attached to a More minimal: export interface InterceptorMethodAPI {
/**
* Duplicated
*/
callback: () => Promise<any>;
} |
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
tsd-parameters
tsd-comment
duplicate comments
interface comments duplicate
types comments duplicate
Expected Behavior
Interface and types should not duplicate comments
Actual Behavior
Duplicates comments in interface and types
Before 0.25.5
After 0.25.5
Steps to reproduce the bug
Duplicates are appearing only in interfaces and types after typedoc upgrade to 0.25.5
UPDATE 2024-02-29
Created repository that can easily reproduce bug. https://github.com/Kartanovicius/test-rep
Environment
The text was updated successfully, but these errors were encountered: