Skip to content

Commit

Permalink
Documentation: Fixed apidoc for String::expandNativePath()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 5, 2012
1 parent 856c02d commit 5612895
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doomsday/libdeng2/include/de/data/string.h
Expand Up @@ -176,8 +176,15 @@ class DENG2_PUBLIC String : public QString
* Expands the relative path directives '>' and '}' at the start of
* the path, replacing them with the application path.
*
* @note Also handles '~' on UNIX-based platforms so that the user
* specific home path (or
* @note Also handles '~' on UNIX-based platforms so that a user
* specific home path (taken from passwd) may also be used.
*
* @param didExpand If specified, this value will be set to true if
* path expansion was done.
*
* @return A copy of the path with directives expanded.
*
* @throws UnknownUserError If the user is not known.
*
* @see App::nativeBasePath()
*/
Expand Down

0 comments on commit 5612895

Please sign in to comment.