1 package example 2 3 /** 4 * It is link to [example other func][example] 5 * 6 * Sure, it is [example] 7 * 8 * [example]: example.someOtherFunc 9 */ anull10 fun a() { 11 12 } 13 someOtherFuncnull14 fun someOtherFunc() { 15 16 }