From f12d58509f3e41b253205533b211ee226e99ad65 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 7 Aug 2018 11:10:47 -0700 Subject: Replace 0/1 with False/True for testonly attribute RELNOTES: Replace 0/1 with False/True for testonly attribute PiperOrigin-RevId: 207747213 --- .../devtools/build/docgen/templates/attributes/common/testonly.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/devtools/build/docgen/templates') 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 @@ -

Boolean; optional; default 0 except as noted

+

Boolean; optional; default False except as noted

-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.

-- cgit v1.2.3