Skip to content
Snippets Groups Projects
Commit 90eba432 authored by Steven Murray's avatar Steven Murray
Browse files

Corrected Utils documentation

parent f6a450f0
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,10 @@ public:
*
* For example:
*
* * path="/grandparent/parent/child" would return "/grandparent/parent"
* * path="/grandparent" would return "/grandparent"
* * path="/" would return "" where empty string means no enclosing directoyr
* * path="/grandparent/parent/child" would return "/grandparent/parent/"
* * path="/grandparent/parent" would return "/grandparent/"
* * path="/grandparent" would return "/"
* * path="/" would throw an exception
*
* @param path The path.
* @return The path of the enclosing directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment