Skip to content

Commit

Permalink
Documentation|libdeng2: Fixed a broken @copydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 24, 2012
1 parent 4986e6b commit 0b7ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/data/pathtree.h
Expand Up @@ -253,7 +253,7 @@ namespace de
Node const& find(Path const& path, ComparisonFlags flags) const;

/**
* @copydoc Node const& find(Path const& path, ComparisonFlags flags) const
* @copydoc find()
*/
Node &find(Path const &path, ComparisonFlags flags);

Expand Down

0 comments on commit 0b7ea1d

Please sign in to comment.