diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html index dd9316ab1b0313..000d89a78332f8 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html @@ -1,6 +1,6 @@

List of strings; optional; subject to - $(location) and + $(location) and "Make variable" substitution, and Bourne shell tokenization; nonconfigurable diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html index 8885781f28c2b9..86de92a1f318ca 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html @@ -1,5 +1,5 @@

Dictionary of strings; optional; values are subject to -$(location) and +$(location) and "Make variable" substitution

Specifies additional environment variables to set when the target is diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html index c384583a3c5296..d717ce344f64d0 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html @@ -1,5 +1,5 @@

List of strings; optional; subject to -$(location) and +$(location) and "Make variable" substitution, and Bourne shell tokenization

diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/env.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/env.html index 8c448aa28e443c..ac0d8f797d411e 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/env.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/env.html @@ -1,7 +1,7 @@

Dictionary of strings; optional; values are subject to - $(location) and + $(location) and "Make variable" substitution