Searched refs:findFirstTag (Results 1 – 2 of 2) sorted by relevance
108 val end = findFirstTag(comment)?.textRange?.startOffset ?: documentation.length in <lambda>()
178 val firstTag = findFirstTag(docComment) in mergeDocumentation()192 internal fun findFirstTag(docComment: PsiDocComment): PsiDocTag? { in findFirstTag() method