Document that Path::simplifyPath() needs / as separators.
This commit is contained in:
parent
d76861270a
commit
7af920a70b
|
@ -50,7 +50,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Simplify path "foo/bar/.." => "foo"
|
* @brief Simplify path "foo/bar/.." => "foo"
|
||||||
* @param originalPath path to be simplified
|
* @param originalPath path to be simplified, must have / -separators.
|
||||||
* @return simplified path
|
* @return simplified path
|
||||||
*/
|
*/
|
||||||
static std::string simplifyPath(const char *originalPath);
|
static std::string simplifyPath(const char *originalPath);
|
||||||
|
|
Loading…
Reference in New Issue