dokka
dokka copied to clipboard
@See or link usage
Is there any correct way to link functions/classes in doc and then see this link in gfm markdown?
Hi! Yeah, there doesn't seem to be anything special about it. What sort of problem are you having with it?
Code:
/**
* @see [IllegalArgumentException] exception
*/
class Class {}
Produces:
//dokka-debug-kts/me.beresnev.dokka.debug.internal/Class
Class
[jvm]
class Class
See also
jvm
kotlin.IllegalArgumentException | exception |
Constructors
Class | [jvm] fun Class() |
Closing as resolved. Please let us know if you have any more questions