/** * This class [Foo] is documented. */ class Foo { /** * This member function is documented */ fun someMemberFunction() { } /** * This member property is documented. * It will return the 'The Answer to the Ultimate Question of Life, The Universe, and Everything' */ val someMemberProperty = 42 }