aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java
diff options
context:
space:
mode:
authorGravatar Greg Estren <gregce@google.com>2016-03-08 21:57:36 +0000
committerGravatar David Chen <dzc@google.com>2016-03-08 22:59:29 +0000
commit4e173d755eac80bf69746d29ef234cc376672473 (patch)
tree3a37e0573baabd027a174ed894cb4a6fb66cbcc0 /src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java
parent04d8439a72d8253ba8ae74ba3c6530dc79789b20 (diff)
Add placeholder documentation for Bazel's constraint system -
fully implemented but still being guinea pigged. -- MOS_MIGRATED_REVID=116694206
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java b/src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java
index f8290b9c44..1344f0ae3c 100644
--- a/src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java
+++ b/src/main/java/com/google/devtools/build/docgen/PredefinedAttributes.java
@@ -46,12 +46,14 @@ public class PredefinedAttributes {
*/
public static final ImmutableList<String> COMMON_ATTRIBUTES_DOCFILES =
ImmutableList.of(
+ "templates/attributes/common/compatible_with.html",
"templates/attributes/common/data.html",
"templates/attributes/common/deprecation.html",
"templates/attributes/common/deps.html",
"templates/attributes/common/distribs.html",
"templates/attributes/common/features.html",
"templates/attributes/common/licenses.html",
+ "templates/attributes/common/restricted_to.html",
"templates/attributes/common/tags.html",
"templates/attributes/common/testonly.html",
"templates/attributes/common/visibility.html");