DocTagsFromStringFactory

Deprecated (with error)

Dokka's Analysis API has been reworked. Please, see the following issue for details and migration options: https://github.com/Kotlin/dokka/issues/3099

Functions

Link copied to clipboard
fun getInstance(name: String, children: List<DocTag> = emptyList(), params: Map<String, String> = emptyMap(), body: String? = null, dri: DRI? = null): DocTag