Searched refs:AnnotationTypeDocAdapter (Results 1 – 1 of 1) sorted by relevance
112 class AnnotationTypeDocAdapter(module: ModuleNodeAdapter, node: DocumentationNode) : ClassDocumenta… in allClasses() class117 …override fun annotationType(): AnnotationTypeDoc? = AnnotationTypeDocAdapter(module, node) // TODO… in annotationType()202 …AnnotationTypeDoc? = if (node.kind == NodeKind.AnnotationClass) AnnotationTypeDocAdapter(module, n… in asTypeVariable()