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/install/rule.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'build2/install/rule.cxx') 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. // -- cgit v1.1