Explain renameParent() in function doc.

This commit is contained in:
Vincent Richard 2004-12-22 09:54:43 +00:00
parent 206b2dafcd
commit 348846413d

View File

@ -140,6 +140,8 @@ public:
const bool isParentOf(const path& p) const;
/** Rename a parent component in the path.
* Example: path("a/b/c/d").renameParent("a/b", "x/y/z")
* will return path("x/y/z/c/d").
*
* @param oldPath old parent path
* @param newPath new parent path