Skip to content

Commit

Permalink
Documentation: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 24, 2012
1 parent e208938 commit 4ae3a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/api/uri.h
Expand Up @@ -82,7 +82,7 @@ Uri* Uri_New(void);
* Uri_Delete() once it is no longer needed.
*
* @param path Path to be parsed. Assumed to be in percent-encoded representation.
* @param defaultResourceClasslasslass If no scheme is defined in @a path and this is not @c FC_NULL,
* @param defaultResourceClass If no scheme is defined in @a path and this is not @c FC_NULL,
* look for an appropriate default scheme for this class of resource.
*/
Uri* Uri_NewWithPath2(char const* path, resourceclassid_t defaultResourceClass);
Expand Down Expand Up @@ -169,7 +169,7 @@ Uri* Uri_SetPath(Uri* uri, char const* path);
*
* @param uri Uri instance.
* @param path Path to be parsed. Assumed to be in percent-encoded representation.
* @param defaultResourceClasslasslass If no scheme is defined in @a path and this is not
* @param defaultResourceClass If no scheme is defined in @a path and this is not
* @c FC_NULL, look for an appropriate default scheme for this class
* of resource.
*
Expand Down
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/data/pathtree.h
Expand Up @@ -32,7 +32,7 @@ namespace de
{
/**
* Data structure for modelling a hierarchical relationship tree of
* Path + data value pairs.
* Path + data value pairs. @ingroup data
*
* @em Segment is the term given to a components of a hierarchical path.
* For example, the path <pre>"c:/somewhere/something"</pre> contains three
Expand Down Expand Up @@ -112,7 +112,7 @@ namespace de
#endif

/**
* Node is the base class for all nodes of a PathTree.
* Base class for all nodes of a PathTree. @ingroup data
*/
class DENG2_PUBLIC Node
{
Expand Down

0 comments on commit 4ae3a47

Please sign in to comment.