Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt536 val method = findFirstSuperMethodWithDocumentation(this) in parseDocumentation()
565 private fun findFirstSuperMethodWithDocumentation(current: PsiMethod): PsiMethod? { in parseDocumentation() method
574 val result = findFirstSuperMethodWithDocumentation(method) in parseDocumentation()