Skip to content

Commit

Permalink
Documentation: Updated apidoc for Uri::PathNode::hash()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 12, 2012
1 parent 99331b0 commit 1dcecac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doomsday/engine/api/uri.h
Expand Up @@ -109,7 +109,12 @@ namespace de
*/
struct PathNode
{
/// @return Hash for this node's name.
/**
* This is a hash function. It generates from the node's name a
* somewhat-random number in the range [0..Uri::hash_range)
*
* @return The generated hash key.
*/
hash_type hash();

/// @return Length of this node's name in characters.
Expand Down Expand Up @@ -390,7 +395,7 @@ boolean Uri_IsEmpty(Uri const* uri);
* @param uri Uri instance.
* @return Same as @a uri, for caller convenience.
*/
Uri* Uri_Clear(Uri const* uri);
Uri* Uri_Clear(Uri* uri);

/**
* Copy the contents of @a other into this uri.
Expand Down

0 comments on commit 1dcecac

Please sign in to comment.