aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-20 09:51:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-20 09:51:01 +0200
commitda89d944bbc3cca9fd36a4a360f94023134a9a8c (patch)
tree1c31738b128b0628ff2e82817e43df9f9461beb0 /libbuild2/scope.hxx
parentce29e3d72ded432b9ac9354ac92c588142de9b89 (diff)
Initial implementation of config directive for project-specific configuration
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx
index c49778f..fdc660d 100644
--- a/libbuild2/scope.hxx
+++ b/libbuild2/scope.hxx
@@ -58,11 +58,11 @@ namespace build2
scope* root_scope () {return root_;}
const scope* root_scope () const {return root_;}
- // Root scope of a strong amalgamation of this scope or NULL if
- // this scope is not (yet) in any (known) project. If there is
- // no strong amalgamation, then this function returns the root
- // scope of the project (in other words, in this case a project
- // is treated as its own strong amalgamation).
+ // Root scope of the outermost "strong" (source-based) amalgamation of
+ // this scope or NULL if this scope is not (yet) in any (known) project.
+ // If there is no strong amalgamation, then this function returns the root
+ // scope of the project (in other words, in this case a project is treated
+ // as its own strong amalgamation).
//
scope* strong_scope ();
const scope* strong_scope () const;
@@ -491,7 +491,7 @@ namespace build2
out_src (const dir_path& src,
const dir_path& out_root, const dir_path& src_root);
- // Return the project name or empty string if unnamed.
+ // Return the project name or empty if unnamed.
//
const project_name&
project (const scope& root);