aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/name.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/name.hxx')
-rw-r--r--libbuild2/name.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/name.hxx b/libbuild2/name.hxx
index 3d14976..5c76d07 100644
--- a/libbuild2/name.hxx
+++ b/libbuild2/name.hxx
@@ -146,7 +146,8 @@ namespace build2
// Return string representation of a name.
//
// Note that this function does not quote special characters and you should
- // use the to_stream() function below if this is necessary.
+ // use the to_stream() function below if this is necessary. It also cannot
+ // be used on a name pattern.
//
LIBBUILD2_SYMEXPORT string
to_string (const name&);