aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2016-05-10 20:47:59 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-05-11 10:23:39 +0000
commitfb32cb7b411f8abd1a3a7f1326799fcead0d0546 (patch)
treeec8d4afe36f5965eeacd841088318ccc496ec708 /site
parentc62b6b75d6eda5728eeef0d304e3421dae1b5fa7 (diff)
Make RegexFilterExpression public
-- MOS_MIGRATED_REVID=121982887
Diffstat (limited to 'site')
-rw-r--r--site/docs/query.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/site/docs/query.html b/site/docs/query.html
index 28277400d2..27f3267471 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -47,6 +47,7 @@ title: Query Language
<code><!-- keep this alphabetically sorted -->
<a href="#path-operators">allpaths</a><br/>
<a href="#attr">attr</a><br/>
+
<a href="#buildfiles">buildfiles</a><br/>
<a href="#deps">deps</a><br/>
@@ -1130,11 +1131,6 @@ genrule(
least one value in the <code>data</code> attribute (every label is at least
3 characters long due to the <code>//</code> and <code>:</code>).
</p>
-<pre>attr("generator_function", "your_skylark_macro_name", //...)</pre>
-<p>
- Rules created by a macro have an implicit field on them called "generator_function". If you want
- to query for a macro, this is one way to achieve that.
-</p>
<h3 id="visible">Rule visibility filtering: visible</h3>
<pre>expr ::= visible(<var>expr</var>, <var>expr</var>) </pre>