dokka icon indicating copy to clipboard operation
dokka copied to clipboard

`@see` using hyperlinks is misaligned

Open ForteScarlet opened this issue 1 year ago • 0 comments

Describe the bug Hello. I want to refer directly to an external link in See also. So I tried this:

/**
  * @see [Making requests](https://example.com/xxx)
  */
class Meow

In the generated document, this link doesn't seem to appear in the right place.

Screenshots

image

Expected behaviour

Hope the external links are not misaligned. And want to be able to make external links directly different from normal reference links, such as an arrow after the external link.

Installation

  • Operating system: Windows
  • Build tool: Gradle v8.5
  • Dokka version: 1.9.20

ForteScarlet avatar Mar 05 '24 12:03 ForteScarlet