Home
last modified time | relevance | path

Searched refs:cleanForAppending (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt294 updateContent { text(child.name.cleanForAppending()) } in convertDeprecationDetailsToChildren()
303 fun String.cleanForAppending(): String { in String() method