From 0b7ea1d8d68d59bd8615306126fd985547c14aab Mon Sep 17 00:00:00 2001 From: skyjake Date: Sat, 24 Nov 2012 19:00:13 +0200 Subject: [PATCH] Documentation|libdeng2: Fixed a broken @copydoc --- doomsday/libdeng2/include/de/data/pathtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libdeng2/include/de/data/pathtree.h b/doomsday/libdeng2/include/de/data/pathtree.h index 00d295f1ce..9820341da3 100644 --- a/doomsday/libdeng2/include/de/data/pathtree.h +++ b/doomsday/libdeng2/include/de/data/pathtree.h @@ -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);