Links to specific overloads of functions #2980
Unanswered
HackbrettXXX
asked this question in
Q&A
Replies: 1 comment
-
See https://typedoc.org/documents/Declaration_References.html#meaning |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way in typedoc to link to a specific method overload? I would like to reference a specific method overload in the documentation. Adding the signature to the link does not work:
{@link MyClass.myMethod(string,number) | myMethod overload}
given these typings:
I'm mostly interested in the json output. I can probably fix the links after typedoc has generated the json, since signatures also have IDs. I can probably just change the id of the link target. Is there a native way to do that without postprocessing?
Beta Was this translation helpful? Give feedback.
All reactions