aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates
diff options
context:
space:
mode:
authorGravatar cpovirk <cpovirk@google.com>2017-07-05 13:34:12 -0400
committerGravatar John Cater <jcater@google.com>2017-07-06 07:12:13 -0400
commit321cecdb656c0b1a7f2c0823c96500c61fdbbcfe (patch)
tree2cf99fa4a2892d6b8d72aa80227228c704cfb90a /src/main/java/com/google/devtools/build/docgen/templates
parentfb51306132d091822bf76a1067d3f64419543610 (diff)
Try to clarify "unaffected by subinclude," and also stop mentioning subinclude :)
RELNOTES: None. PiperOrigin-RevId: 160974476
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/templates')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
index 2c6d8c4cb7..1477a1afa9 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
@@ -20,8 +20,10 @@ title: Predefined Python Variables
#end
<h3 id="packagename">PACKAGE_NAME</h3>
<p>
- This is a string variable with the name
- of the package being evaluated. The value is unaffected by subinclude.
+ This is a string variable with the name of the package being evaluated. In
+ particular, when <code>PACKAGE_NAME</code> appears in a <code>.bzl</code>
+ file, its value will be the package that <i>uses</i> the .bzl file, not the
+ package that contains it.
</p>
#if (!$singlePage)