Library module • opensavvy.dokka.material.mkdocs.example
Package-level declarations¶
This is the description of a package.
The description may be arbitrary long, but only the first paragraph is displayed in the module page. Therefore, this sentence doesn't appear in the module page, but does appear in the paragraph page.
Types¶
Example
¶
class Example
This class is an example to see how the documentation website is generated.
ExampleAlias
¶
typealias ExampleAlias = Example
This is a typealias.
Functions¶
Example
¶
Top-level function masquerading as a constructor.
foo2
¶
inline suspend fun <T> ExampleAlias.foo2(): T
Extension function for ExampleAlias
.
topLevelFunction
¶
fun topLevelFunction(): Int
This is a top-level function.