aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 73363ae..d6e128e 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -767,13 +767,14 @@ namespace build2
}
public:
- // Split the name leaf into target name (in place) and extension
- // (returned).
+ // Split the name (not necessarily a simple path) into target name (in
+ // place) and extension (returned).
//
static optional<string>
split_name (string&, const location&);
- // Combine the target name and extension into the name leaf.
+ // Combine the target name (not necessarily a simple path) and
+ // extension.
//
// If the target type has the default extension, then "escape" the
// existing extension if any.