-
I have a module where a type and function have the same name (as the function is used to create instances of the type). Recently, typedoc has begun resolving ambiguously-named references by picking one of the two at random. (Well, maybe it was already doing that, but its choice changed, from the one I wanted, to the one I didn't.) Is there any way to tell TypeDoc, "no I want to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For ambiguous links there isn't any way to use the TS link resolution as TS doesn't have a way to specify which declaration is desired. If using a declaration reference, the meaning portion of the reference can be used to reference the desired declaration |
Beta Was this translation helpful? Give feedback.
For ambiguous links there isn't any way to use the TS link resolution as TS doesn't have a way to specify which declaration is desired. If using a declaration reference, the meaning portion of the reference can be used to reference the desired declaration