aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linksInHeaders.md
blob: 1dc7d18b40ff1c6fdb49fdf87a23fea18766a67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[test](../index.md) / [Bar](./index.md)

# Bar

`class Bar`

Some class with really useless documentation.

# Beer o'clock - time to go to the [Bar](./index.md)

## But **is [it](isitbeeroclock.com)** really?

### [Bar.hello](hello.md) to the [Bar.world](world.md)!

#### *Kotlin is amazing, [Bar.none](none.md)*

##### We need to go [Bar.deeper](deeper.md)

###### End of the [Bar.line](line.md) - we need to go back!

### Constructors

| [&lt;init&gt;](-init-.md) | `Bar()`<br>Some class with really useless documentation. |

### Functions

| [deeper](deeper.md) | `fun deeper(): Unit` |
| [foo](foo.md) | `fun foo(): Unit` |
| [hello](hello.md) | `fun hello(): Unit` |
| [kotlin](kotlin.md) | `fun kotlin(): Unit` |
| [line](line.md) | `fun line(): Unit` |
| [none](none.md) | `fun none(): Unit` |
| [world](world.md) | `fun world(): Unit` |