Searched refs:addDeprecatedDocumentation (Results 1 – 1 of 1) sorted by relevance
731 addDeprecatedDocumentation(apiLookup.getMethodDeprecatedIn(psiMethod), method) in <lambda>()744 addDeprecatedDocumentation(apiLookup.getClassDeprecatedIn(psiClass), cls) in <lambda>()750 addDeprecatedDocumentation(apiLookup.getFieldDeprecatedIn(psiField), field) in <lambda>()796 private fun addDeprecatedDocumentation(level: Int, item: Item) { in <lambda>() method