Home
last modified time | relevance | path

Searched defs:AnnotationDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt912 fun AnnotationDescriptor.build(isWithinReplaceWith: Boolean = false): DocumentationNode? { in AnnotationDescriptor() method
1033 private fun AnnotationDescriptor.isHiddenInDocumentation() = in AnnotationDescriptor() method
1036 private fun AnnotationDescriptor.isDocumented(): Boolean { in AnnotationDescriptor() method
1042 fun AnnotationDescriptor.mustBeDocumented(): Boolean { in AnnotationDescriptor() method