Searched refs:documentationLevel (Results 1 – 2 of 2) sorted by relevance
384 private DocumentationLevel documentationLevel() { in documentationLevel() method in OptionsParser.UnparsedOptionValueDescription386 return OptionsParser.documentationLevel(option.category()); in documentationLevel()390 return documentationLevel() == DocumentationLevel.DOCUMENTED; in isDocumented()394 return documentationLevel() == DocumentationLevel.HIDDEN in isHidden()395 || documentationLevel() == DocumentationLevel.INTERNAL; in isHidden()494 if (documentationLevel(category) == DocumentationLevel.DOCUMENTED) { in describeOptions()499 if (documentationLevel(prevCategory) == DocumentationLevel.DOCUMENTED) { in describeOptions()530 DocumentationLevel level = documentationLevel(category); in describeOptionsHtml()577 if (documentationLevel(category) == DocumentationLevel.DOCUMENTED) { in getOptionsCompletion()609 static DocumentationLevel documentationLevel(String category) { in documentationLevel() method in OptionsParser
633 || OptionsParser.documentationLevel(option.category()) in parseOption()