Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Sep 6, 2024
1 parent 3aebbc0 commit 71e6ce0
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,15 +841,20 @@ public void include(String label, StarlarkThread thread)
doc =
"A list of labels pointing to patch files to apply for this module. The patch files"
+ " must exist in the source tree of the top level project. They are applied in"
+ " the list order.",
+ " the list order."
+ ""
+ "<p>If a patch makes changes to the MODULE.bazel file, these changes will"
+ " only be effective if the patch file is provided by the root module.",
allowedTypes = {@ParamType(type = Iterable.class, generic1 = String.class)},
named = true,
positional = false,
defaultValue = "[]"),
@Param(
name = "patch_cmds",
doc =
"Sequence of Bash commands to be applied on Linux/Macos after patches are applied.",
"Sequence of Bash commands to be applied on Linux/Macos after patches are applied."
+ ""
+ "<p>Changes to the MODULE.bazel file will not be effective.",
allowedTypes = {@ParamType(type = Iterable.class, generic1 = String.class)},
named = true,
positional = false,
Expand Down

0 comments on commit 71e6ce0

Please sign in to comment.