Is there any reference manual for how doc comments are rendered on JSR or deno.land/x?
I guessed it's just TSDoc, but it turns out that it's not exactly TSDoc (e.g.,
@link
to an instance method apparently does not work).5 Replies
That's a bug. Can you file an issue for missing support for
@link
on the JSR repo?for jsr: link works, but not on methods & properties yet, since we dont have roperty drilldown yet. its a feature thats not implemented yet, but planned
It seems
deno doc --html
also doesn't implement links on methods and properties.yes, jsr &
deno doc --html
share the same code for doc renderingThere seems already an issue about it. https://github.com/denoland/deno_doc/issues/384