common Library module • opensavvy.dokka.material.mkdocs.example • Example • foo foo¶ fun foo(bar: String): Boolean This is an example function. This is a reference to a parameter: bar. Return¶ This is a return type. Parameters¶ bar This is a parameter. fun foo(number: Int): Boolean Some other documentation. See also¶ Example See the Example class for more information.