Skip to content

Commit

Permalink
Add documentation for --experimental_isolated_extension_usage
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 550955814
Change-Id: I548580ffad6bda28f69c181e43cb503e8134204d
  • Loading branch information
Wyverald authored and copybara-github committed Jul 25, 2023
1 parent 2474688 commit f0ad0fe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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 f0ad0fe

Please sign in to comment.