Skip to content

Commit

Permalink
Document --experimental_output_paths
Browse files Browse the repository at this point in the history
Closes bazelbuild#19891.

PiperOrigin-RevId: 577970043
Change-Id: Ia5e9386d6fe6e0601787ec069d9054b0b8cf1418
  • Loading branch information
fmeum authored and bazel-io committed Oct 30, 2023
1 parent 69feddb commit 8bc386f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public OutputPathsConverter() {
name = "experimental_output_paths",
converter = OutputPathsConverter.class,
defaultValue = "off",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {
OptionEffectTag.LOSES_INCREMENTAL_STATE,
OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION,
Expand Down

0 comments on commit 8bc386f

Please sign in to comment.