Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt112 class AnnotationTypeDocAdapter(module: ModuleNodeAdapter, node: DocumentationNode) : ClassDocumenta… in allClasses() class
117 …override fun annotationType(): AnnotationTypeDoc? = AnnotationTypeDocAdapter(module, node) // TODO… in annotationType()
202 …AnnotationTypeDoc? = if (node.kind == NodeKind.AnnotationClass) AnnotationTypeDocAdapter(module, n… in asTypeVariable()