Hong Minhee
Hong Minhee5mo ago

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
marvinh.
marvinh.5mo ago
That's a bug. Can you file an issue for missing support for @link on the JSR repo?
crowlKats
crowlKats5mo ago
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
Hong Minhee
Hong Minhee5mo ago
It seems deno doc --html also doesn't implement links on methods and properties.
crowlKats
crowlKats5mo ago
yes, jsr & deno doc --html share the same code for doc rendering