@hidden
implementation of non-hidden overloads result in documentation that marks the function as hidden
#2634
Labels
bug
Functionality does not match expectation
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: