blob: c6550f0447676204e8f4b53289d12e83df87cc09 [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001package example
2
3/**
4 * It is link to [example other func][example]
5 *
6 * Sure, it is [example]
7 *
8 * [example]: example.someOtherFunc
9 */
10fun a() {
11
12}
13
14fun someOtherFunc() {
15
16}