-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
@hidden
implementation of non-hidden overloads result in documentation that marks the function as hidden
#2634
Comments
@hidden
still shows for overloaded function@hidden
implementation of non-hidden overloads result in documentation that mark the function as hidden
@hidden
implementation of non-hidden overloads result in documentation that mark the function as hidden@hidden
implementation of non-hidden overloads result in documentation that marks the function as hidden
That should have entirely removed the function from the documentation... weird. |
How should we exclude the implementation prototype from the doc then? They are often only used for implementation and not for users to read. |
nvm, the implementation is undocumented by default. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search terms
hidden, overload
Actual Behavior
When the implementation of overloads is marked with
@hidden
while the overloads aren't, the generated documentation of the function is also marked marked withHidden
.Reproduction
Save the following file to
a.ts
.Run
typedoc a.ts
. Check out the output.Expected Behavior
Function
f
above shouldn't be marked asHidden
in the generated doc.Environment
The text was updated successfully, but these errors were encountered: