blob: ee910cbf1b0816b225a7a001dfbe64f0a453065e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- File: test/example/a.md -->
[test](../index.md) / [example](index.md) / [a](./a.md)
# a
`fun a(): Unit`
It is link to [example other func](some-other-func.md)
Sure, it is [example](some-other-func.md)
<!-- File: test/example/some-other-func.md -->
[test](../index.md) / [example](index.md) / [someOtherFunc](./some-other-func.md)
# someOtherFunc
`fun someOtherFunc(): Unit`
|