diff options
Diffstat (limited to 'libbuild2/name.hxx')
-rw-r--r-- | libbuild2/name.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/name.hxx b/libbuild2/name.hxx index 216f207..1dd5a9f 100644 --- a/libbuild2/name.hxx +++ b/libbuild2/name.hxx @@ -178,6 +178,8 @@ namespace build2 // trailing directory separator then it is stored as a directory, otherwise // as a simple name. Note that the returned name is never a pattern. // + // NOTE: this function does not parse the full name syntax. + // name to_name (string); |