aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-08-07 11:10:47 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-07 11:12:23 -0700
commitf12d58509f3e41b253205533b211ee226e99ad65 (patch)
tree848589ab3a32cfd9717e9f2ac0ad0c00a071b9e1 /src/main/java/com/google/devtools/build/docgen
parent66133e7cfb17de11264b144ce04a64bb6fb57a39 (diff)
Replace 0/1 with False/True for testonly attribute
RELNOTES: Replace 0/1 with False/True for testonly attribute PiperOrigin-RevId: 207747213
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/common/testonly.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/testonly.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/testonly.html
index 8d3efe9b94..0880491bb8 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/testonly.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/testonly.html
@@ -1,7 +1,7 @@
-<p><code>Boolean; optional; default 0 except as noted</code></p>
+<p><code>Boolean; optional; default False except as noted</code></p>
<p>
-If 1, only testonly targets (such as tests) can depend on this target.
+If True, only testonly targets (such as tests) can depend on this target.
</p>
<p>