Library module • opensavvy.dokka.material.mkdocs.example • Example
Example¶
class Example
This class is an example to see how the documentation website is generated.
Example¶
Another example:
Constructors¶
Example
¶
constructor(s: String)
Secondary constructor.
constructor()
Public constructor for the Example
class.
Properties¶
counter
¶
A value that increments by one each time it is accessed.
Functions¶
foo
¶
Some other documentation.
This is an example function.
foo2
¶
inline suspend fun <T> ExampleAlias.foo2(): T
Extension function for ExampleAlias
.