Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt358 val emptyDocCommentMatcher = blankDocCommentPattern.matcher(withoutDeprecated) in revertDocumentationDeprecationChange() constant
359 return if (emptyDocCommentMatcher.matches()) { in revertDocumentationDeprecationChange()