aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-08 09:18:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-08 09:18:25 +0200
commit6883355bc8291d740e4c86c3e15b61f227977fd1 (patch)
tree99ac90a80845dc31a6d4d4f3bfd7462298664140 /build2/target.hxx
parent968d8a7acd6c23078a3ea6936c03be0b45523227 (diff)
Update/cleanup comment documentation for inner/outer operation semantics
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index 405bf4f..23213a2 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -441,7 +441,7 @@ namespace build2
static size_t count_executed () {return offset_executed + count_base ();}
static size_t count_busy () {return offset_busy + count_base ();}
- // Inner/outer operation state.
+ // Inner/outer operation state. See operation.hxx for details.
//
struct opstate
{