Searched refs:tagMatcher (Results 1 – 1 of 1) sorted by relevance
282 Matcher tagMatcher = JAVADOC_TAG_PATTERN.matcher(elements.getDocComment(factoryMethod)); in buildOpMethodJavadoc() local285 while (tagMatcher.find()) { in buildOpMethodJavadoc()286 String tag = tagMatcher.group(); in buildOpMethodJavadoc()