blob: c6550f0447676204e8f4b53289d12e83df87cc09 [file] [log] [blame]
package example
/**
* It is link to [example other func][example]
*
* Sure, it is [example]
*
* [example]: example.someOtherFunc
*/
fun a() {
}
fun someOtherFunc() {
}