/** * Some documentation. **Bold** *underline* `code` foo: bar (baz) [quux] * * [Kotlin](http://www.kotlinlang.org) * * [C] * * [See this class][C] */ fun testMethod() { } class C { } fun test() { testMethod(1, "value") } //INFO: internal fun testMethod(): Unit defined in root package

Some documentation. Bold underline code foo: bar (baz) quux

//INFO:

a href="http://www.kotlinlang.org">Kotlin

//INFO:

C

//INFO:

See this class

//INFO: //INFO: