From 6883355bc8291d740e4c86c3e15b61f227977fd1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Feb 2018 09:18:25 +0200 Subject: Update/cleanup comment documentation for inner/outer operation semantics --- build2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target.hxx') 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 { -- cgit v1.1