Skip to content

Commit

Permalink
Documentation|Fixed|Path: Some minor apidoc fixes for de::Path
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 6, 2012
1 parent e9a0dd9 commit 75ccaca
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions doomsday/libdeng2/include/de/data/path.h
Expand Up @@ -122,12 +122,8 @@ class DENG2_PUBLIC Path : public ISerializable, public LogEntry::Arg::Base
}

/**
* Determines if this segment is lexically less than @a other. The test
* is case and separator insensitive.
*
* @param other Segment.
*
* @return @c true, iff the segments are equal.
* Returns @c true if this segment is lexically less than @a other.
* The test is case and separator insensitive.
*/
bool operator < (Segment const &other) const;

Expand Down Expand Up @@ -238,12 +234,8 @@ class DENG2_PUBLIC Path : public ISerializable, public LogEntry::Arg::Base
}

/**
* Determines if this path is lexically less than @a other. The test
* Returns @c true if this path is lexically less than @a other. The test
* is case and separator insensitive.
*
* @param other Path.
*
* @return @c true, iff the paths are equal.
*/
bool operator < (Path const &other) const;

Expand Down

0 comments on commit 75ccaca

Please sign in to comment.