diff options
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 7ac4af4..c4d85c9 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -460,7 +460,7 @@ namespace build2 // test) with a more natural-looking result. Note that currently we only // recognize the built-in clean variable (for other variables we will need // some kind of registration in an operation-to-variable map, probably in - // root scope). + // root scope). See also install::file_rule::filter(). // // To query this value in rule implementations use the include() helpers // from <libbuild2/prerequisites.hxx>. |