Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt305 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor()
353 fun DocumentationNode.isDeprecation() = name == "Deprecated" || name == "deprecated" in isDeprecation() method in DocumentationBuilder