Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt120 modifierList.annotations.filter { !ignoreAnnotation(it) }.forEach { in appendFile()
155 fun ignoreAnnotation(annotation: PsiAnnotation) = when(annotation.qualifiedName) { in appendFile() method in org.jetbrains.dokka.JavaPsiDocumentationBuilder