Skip to content

Commit

Permalink
Add documentation for --experimental_isolated_extension_usage (#19071)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 550955814
Change-Id: I548580ffad6bda28f69c181e43cb503e8134204d

Co-authored-by: Googler <wyv@google.com>
  • Loading branch information
iancha1992 and Wyverald authored Jul 25, 2023
1 parent 4ca3407 commit bac4393
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ public final class BuildLanguageOptions extends OptionsBase {
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = OptionEffectTag.LOADING_AND_ANALYSIS,
help = "foo")
help =
"If true, enables the <code>isolate</code> parameter in the <a"
+ " href=\"https://bazel.build/rules/lib/globals/module#use_extension\"><code>use_extension</code></a>"
+ " function.")
public boolean experimentalIsolatedExtensionUsages;

@Option(
Expand Down

0 comments on commit bac4393

Please sign in to comment.