From 4372f041bb7401c3adc2d5710566b13f64722102 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Feb 2015 16:57:34 +0200 Subject: Variable assignment, appending support --- build/diagnostics | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/diagnostics') diff --git a/build/diagnostics b/build/diagnostics index e61295a..270fa7a 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -24,7 +24,8 @@ namespace build class failed: public std::exception {}; // In addition to calling relative_work(), this function also uses - // shorter notations such as ~/. + // shorter notations such as '~/'. If the path is the same as work, + // it returns '.'. // std::string diag_relative_work (const path&); -- cgit v1.1