Searched refs:blankDocCommentPattern (Results 1 – 1 of 1) sorted by relevance
317 private val blankDocCommentPattern = """$DOC_COMMENT_START_RE\s*$BLOCK_COMMENT_END_RE""".toPattern() constant358 val emptyDocCommentMatcher = blankDocCommentPattern.matcher(withoutDeprecated) in revertDocumentationDeprecationChange()