Document that Path::simplifyPath() needs / as separators.

This commit is contained in:
Kimmo Varis 2011-06-29 21:44:53 +03:00
parent d76861270a
commit 7af920a70b
1 changed files with 1 additions and 1 deletions

View File

@ -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);