We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
constructor assignment, private property / field, not extracted
Private properties declared in a constructor assignment should be documented just like protected and public ones.
Private properties declared in a constructor assignment are not extracted.
TypeStrong/typedoc-repros#22
One out of the six declared properties is not documented:
The text was updated successfully, but these errors were encountered:
O.o that's a weird one
Sorry, something went wrong.
0312504
No branches or pull requests
Search terms
constructor assignment, private property / field, not extracted
Expected Behavior
Private properties declared in a constructor assignment should be documented just like protected and public ones.
Actual Behavior
Private properties declared in a constructor assignment are not extracted.
Steps to reproduce the bug
TypeStrong/typedoc-repros#22
One out of the six declared properties is not documented:
Environment
The text was updated successfully, but these errors were encountered: