From fb32cb7b411f8abd1a3a7f1326799fcead0d0546 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Tue, 10 May 2016 20:47:59 +0000 Subject: Make RegexFilterExpression public -- MOS_MIGRATED_REVID=121982887 --- site/docs/query.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'site/docs') 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 allpaths
attr
+ buildfiles
deps
@@ -1130,11 +1131,6 @@ genrule( least one value in the data attribute (every label is at least 3 characters long due to the // and :).

-
attr("generator_function", "your_skylark_macro_name", //...)
-

- 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. -

Rule visibility filtering: visible

expr ::= visible(expr, expr) 
-- cgit v1.2.3