Skip to content

Commit

Permalink
BEGIN_PUBLIC
Browse files Browse the repository at this point in the history
Add missing spaces in documentation
END_PUBLIC

PiperOrigin-RevId: 458912420
Change-Id: I04f0123ce9c8c96be629c287249ae1a0274fed24
  • Loading branch information
tkoeppe authored and copybara-github committed Jul 4, 2022
1 parent 29e8e7d commit 798e288
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ CommandLineArgsApi addAll(
+ "This arg will not be added if <code>omit_if_empty</code> is true "
+ "(the default) and there are no strings derived from <code>values</code> "
+ "to join together (which can happen if <code>values</code> is empty "
+ "or all of its items are filtered)."
+ "or all of its items are filtered). "
+ "If only one positional parameter is passed, it is interpreted as "
+ "<code>values</code> (see below)."),
@Param(
Expand Down Expand Up @@ -473,7 +473,7 @@ CommandLineArgsApi addJoined(
"Spills the args to a params file, replacing them with a pointer to the param file. "
+ "Use when your args may be too large for the system's command length limits."
+ "<p>Bazel may choose to elide writing the params file to the output tree during "
+ "execution for efficiency."
+ "execution for efficiency. "
+ "If you are debugging actions and want to inspect the param file, "
+ "pass <code>--materialize_param_files</code> to your build.",
parameters = {
Expand Down

0 comments on commit 798e288

Please sign in to comment.