Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt983 && !isDocumentationSuppressed(options) in isDocumented()
1047 fun DeclarationDescriptor.isDocumentationSuppressed(options: DocumentationOptions): Boolean { in isDocumentationSuppressed() method