From 7af920a70bf166e6b81d496ea0ae8253900675d8 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 29 Jun 2011 21:44:53 +0300 Subject: [PATCH] Document that Path::simplifyPath() needs / as separators. --- lib/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/path.h b/lib/path.h index 1607723c1..1c37a142a 100644 --- a/lib/path.h +++ b/lib/path.h @@ -50,7 +50,7 @@ public: /** * @brief Simplify path "foo/bar/.." => "foo" - * @param originalPath path to be simplified + * @param originalPath path to be simplified, must have / -separators. * @return simplified path */ static std::string simplifyPath(const char *originalPath);