HomeSort by relevance Sort by last modified time
    Searched refs:documentationLevel (Results 1 - 2 of 2) sorted by null

  /external/desugar/java/com/google/devtools/common/options/
OptionsParser.java 384 private DocumentationLevel documentationLevel() {
386 return OptionsParser.documentationLevel(option.category());
390 return documentationLevel() == DocumentationLevel.DOCUMENTED;
394 return documentationLevel() == DocumentationLevel.HIDDEN
395 || documentationLevel() == DocumentationLevel.INTERNAL;
459 enum DocumentationLevel {
    [all...]
OptionsParserImpl.java 633 || OptionsParser.documentationLevel(option.category())
634 == OptionsParser.DocumentationLevel.INTERNAL) {

Completed in 152 milliseconds