Searched refs:findFirstSuperMethodWithDocumentation (Results 1 – 1 of 1) sorted by relevance
536 val method = findFirstSuperMethodWithDocumentation(this) in parseDocumentation()565 private fun findFirstSuperMethodWithDocumentation(current: PsiMethod): PsiMethod? { in parseDocumentation() method574 val result = findFirstSuperMethodWithDocumentation(method) in parseDocumentation()