diff options
Diffstat (limited to 'libbuild2/target-key.hxx')
-rw-r--r-- | libbuild2/target-key.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/target-key.hxx b/libbuild2/target-key.hxx index f5351b8..cd1ba83 100644 --- a/libbuild2/target-key.hxx +++ b/libbuild2/target-key.hxx @@ -33,6 +33,8 @@ namespace build2 // Append/return the target name or a pair of names if out-qualified. // + // See also target::as_name() for the returned name stability guarantees. + // void as_name (names&) const; |