aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
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/install/rule.cxx
parent968d8a7acd6c23078a3ea6936c03be0b45523227 (diff)
Update/cleanup comment documentation for inner/outer operation semantics
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 8bf58aa..00166c2 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -45,9 +45,9 @@ namespace build2
{
// We always match.
//
- // Note that we are called both as the outer part during the "update for
- // un/install" pre-operation and as the inner part during the
- // un/install operation itself.
+ // Note that we are called both as the outer part during the update-for-
+ // un/install pre-operation and as the inner part during the un/install
+ // operation itself.
//
return true;
}
@@ -234,12 +234,12 @@ namespace build2
{
tracer trace ("install::file_rule::apply");
- // Note that we are called both as the outer part during the "update for
- // un/install" pre-operation and as the inner part during the
- // un/install operation itself.
+ // Note that we are called both as the outer part during the update-for-
+ // un/install pre-operation and as the inner part during the un/install
+ // operation itself.
//
// In both cases we first determine if the target is installable and
- // return noop if it's not. Otherwise, in the first case (update for
+ // return noop if it's not. Otherwise, in the first case (update-for-
// un/install) we delegate to the normal update and in the second
// (un/install) -- perform the test.
//