aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Greg Estren <gregce@google.com>2016-03-08 21:54:52 +0000
committerGravatar David Chen <dzc@google.com>2016-03-08 22:59:23 +0000
commit04d8439a72d8253ba8ae74ba3c6530dc79789b20 (patch)
tree3ff29a08eaa2e656c296c6d2c3bc2f5573bd3da2 /src
parentb02c02ac58f187fb02c42cff375164c8dca42f41 (diff)
Simplify configurable attributes documentation.
-- MOS_MIGRATED_REVID=116693888
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
index 63598e9064..449b3fbee2 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
@@ -109,12 +109,11 @@ labels attribute.
<h2 id="configurable-attributes">Configurable attributes</h2>
<p>
- Most rule attributes can be "configured" so that their values can
- depend on the command-line flags passed to Bazel. This can be used,
- for example, to declare platform-dependent <code>srcs</code> or custom
- compiler flags depending on the
+ Most rule attributes can be "configured" so their values depend on Bazel
+ command-line flags. This can be used, for example, to declare
+ platform-dependent <code>srcs</code> or custom compiler flags depending on the
<a href="../bazel-user-manual.html#flag--compilation_mode">compilation
- mode</a>. This feature is very close in spirit to
+ mode</a>. This feature is similar to
<a href="c-cpp.html#cc_library.abi_deps">abi_deps</a>, except that it's not
limited to <code>cc_*</code> rules and the <code>deps</code> attribute.
</p>