deno_doc
deno_doc copied to clipboard
Is it possible to `@link` to a particular overload?
For example, say I want to link to another overload of the same function.
JSDoc descends from JavaDoc, which of course has always supported linking to overloads. Is it a new concept now?
Since javacript doesnt have overloads, JSDoc has no notion of them. how does JavaDoc do linking to overloads? we might be able to implement it with similar syntax
Here's what TSDoc does: https://tsdoc.org/pages/tags/link/
JavaDoc supports this set of syntaxes: