diff options
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index a54d010..8898c92 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -406,7 +406,8 @@ namespace build2 // skipped executing the operation, then it should increment the skip // count. These two counters are used for progress monitoring and // diagnostics. The resolve count keeps track of the number of targets - // matched but not executed as a result of the resolve_members() calls. + // matched but not executed as a result of the resolve_members() calls + // (see also target::resolve_counted). // atomic_count dependency_count; atomic_count target_count; |