Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt85 val tagComment = in findTagDocumentation() constant
92 if (tagComment == null) { in findTagDocumentation()
96 val text = tagComment.text in findTagDocumentation()