Home | History | Annotate | Download | only in doclava

Lines Matching refs:PROP

1252               Matcher prop = DocFile.PROP.matcher(line);
1253 if (prop.matches()) {
1254 String key = prop.group(1);
1255 String value = prop.group(2);