Skip to content

Commit

Permalink
Documentation|Fixed: PathDirectory::insert returns the tail node
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Aug 11, 2012
1 parent 88193f9 commit e54e917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/portable/include/pathdirectory.h
Expand Up @@ -215,9 +215,9 @@ class PathDirectory
* @param delimiter Fragments of the path are delimited by this character.
* @param userData User data to associate with the new path.
*
* @return Head node for inserted path else @c NULL. For example, given the path
* @return Tail node for inserted path else @c NULL. For example, given the path
* "c:/somewhere/something" where @a delimiter @c= '/' the resultant node
* is that for the path fragment "c:".
* is that for the path fragment "something".
*/
PathDirectoryNode* insert(const char* path, char delimiter, void* userData=NULL);

Expand Down

0 comments on commit e54e917

Please sign in to comment.