aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/operation.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-12 10:16:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-12 10:16:07 +0200
commit87d871e77649d439b4d62208576239d1341eedef (patch)
tree7b5ed940155fde57d242d5289ed08fd0c9231526 /libbuild2/config/operation.hxx
parent4551e5797fe83d4e5e31f3164fcfa3418332ac3d (diff)
Rename config.{import,export} to config.config.{load,save}
Also rename the $config.export() function to $config.save().
Diffstat (limited to 'libbuild2/config/operation.hxx')
-rw-r--r--libbuild2/config/operation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/operation.hxx b/libbuild2/config/operation.hxx
index 1b4a452..79539b5 100644
--- a/libbuild2/config/operation.hxx
+++ b/libbuild2/config/operation.hxx
@@ -31,8 +31,8 @@ namespace build2
using project_set = std::set<const scope*>; // Pointers for comparison.
// If inherit is false, then don't rely on inheritance from outer scopes
- // (used for config.export). In this case the already configured project
- // set can be empty.
+ // (used for config.config.save/$config.save()). In this case the already
+ // configured project set can be empty.
//
void
save_config (const scope& rs,