Skip to content

Commit

Permalink
Documentation|libdeng2|SavedSession: Clarified API doc for tryLocateS…
Browse files Browse the repository at this point in the history
…tateFile()
  • Loading branch information
danij-deng committed Mar 23, 2014
1 parent 3cb88ae commit 386aa0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doomsday/libdeng2/include/de/game/savedsession.h
Expand Up @@ -102,10 +102,10 @@ class DENG2_PUBLIC SavedSession : public PackageFolder
}

/**
* Locates a state data file in this saved session or in one of its subfolders. Looks
* recursively through subfolders.
* Locates a state data file in this saved session, or in one of its subfolders.
* Looks recursively through subfolders.
*
* @param path Path to look for. Relative to this folder.
* @param path Path to look for. Relative to the root.
*
* @return The located file, or @c NULL if the path was not found.
*/
Expand Down

0 comments on commit 386aa0b

Please sign in to comment.