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

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

//INFO:

Kotlin

//INFO:

C

//INFO:

See this class