aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-08-18 08:39:51 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-18 10:40:32 +0000
commit31fce1489daf5a31461b0d41e3d4e200bb22f2d3 (patch)
tree333c79a396c4ce5248210fe8516dec2044d73636 /src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
parent8fdb5d0db4170bd41ef2a91c9eed4801dca84de1 (diff)
Move presentation-specific logic from BE docgen into Velocity templates. Make
documentation of predefined attributes consistent with new look and feel. -- MOS_MIGRATED_REVID=100905320
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
index e26672cb2a..a004ece376 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
@@ -1,5 +1,7 @@
-List of arbitrary text tags. Tags may be any valid string; default is the
-empty list.<br/>
+<p><code>List of arbitrary text tags. Tags may be any valid string; default is the
+empty list.</code></p>
+
+<p>
<i>Tags</i> can be used on any rule; but <i>tags</i> are most useful
on test and <code>test_suite</code> rules. Tags on non-test rules
are only useful to humans and/or external programs.
@@ -9,6 +11,8 @@ Python tests, which
lack any runtime annotation ability. The use of tags and size elements
gives flexibility in assembling suites of tests based around codebase
check-in policy.
+</p>
+
<p>
A few tags have special meaning to the build tool, such as
indicating that a particular test cannot be run remotely, for