aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-08 18:51:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-08 18:51:45 +0200
commitd52de69d635ce3fc840fc15b9db4f395d0763aed (patch)
treeb8c445d6b0d06ae0422111ea45f930aab1ee8615 /build2/algorithm.hxx
parent6d38ea067757974e0605b4cfb4c16731cdb2541e (diff)
Implement rule chaining for modules
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx
index 7bb3a59..9f54c8d 100644
--- a/build2/algorithm.hxx
+++ b/build2/algorithm.hxx
@@ -201,7 +201,8 @@ namespace build2
match_prerequisite_members (action, target&, const scope&);
// Match (already searched) members of a group or similar prerequisite-like
- // dependencies. Similar in semantics to match_prerequisites().
+ // dependencies. Similar in semantics to match_prerequisites(). Any marked
+ // target pointers are skipped.
//
void
match_members (action, target&, const target*[], size_t);