aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/common')
-rw-r--r--src/main/java/com/google/devtools/common/options/OptionDocumentationCategory.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/common/options/OptionDocumentationCategory.java b/src/main/java/com/google/devtools/common/options/OptionDocumentationCategory.java
index e288b13e57..1f27046607 100644
--- a/src/main/java/com/google/devtools/common/options/OptionDocumentationCategory.java
+++ b/src/main/java/com/google/devtools/common/options/OptionDocumentationCategory.java
@@ -93,4 +93,11 @@ public enum OptionDocumentationCategory {
/** This option relates to query output and semantics. */
QUERY,
+
+ /**
+ * This option specifies or alters a generic input to a Bazel command. This category should only
+ * be used if the input is generic and does not fall into other categories, such as toolchain-
+ * specific inputs.
+ */
+ GENERIC_INPUTS,
}