aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
diff options
context:
space:
mode:
authorGravatar Manuel Klimek <klimek@google.com>2015-11-17 09:42:31 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-17 10:53:20 +0000
commitf820bfdf119843f1f09b0e72c5dffcdb9c0acaa0 (patch)
tree934d19dcfece73db61e5b1c40e81ef4e8f70402e /src/main/java/com/google/devtools/build/docgen
parenteaaa9d0d76a880fc1df1ce818c92b526b2b282c2 (diff)
Adapt blaze 'features' documentation to link to the crosstool's feature
documentation. -- MOS_MIGRATED_REVID=108019887
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/features.html1
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
index 9e158ee4f0..3fe50810e0 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
@@ -6,3 +6,4 @@ For example, if the features ['a', 'b'] are enabled on the package level,
and a rule <i>features</i> attribute contains ['-a', 'c'], the features
enabled for the rule will be 'b' and 'c'.
</p>
+
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
index 548f005c4d..4546045007 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
@@ -122,6 +122,7 @@ file, before any rule.</p>
<p>This feature is mainly used by the people working on the build system to
tag packages that need some kind of special handling. Do not use this unless
explicitly requested by someone working on the build system.</p>
+
</td>
</tr>