dokka
dokka copied to clipboard
`@see` using hyperlinks is misaligned
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
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