From 4af8c2d5e17fe04d0e352977993fced13e08b787 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 1 Jan 2012 17:22:32 +0000 Subject: (svn r23704) -Doc: Doxygen comment fixes and additions. --- src/core/smallmap_type.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/smallmap_type.hpp') diff --git a/src/core/smallmap_type.hpp b/src/core/smallmap_type.hpp index 57373c442..060a36d27 100644 --- a/src/core/smallmap_type.hpp +++ b/src/core/smallmap_type.hpp @@ -17,8 +17,8 @@ /** * Simple pair of data. Both types have to be POD ("Plain Old Data")! - * @tvar T Key type. - * @tvar U Value type. + * @tparam T Key type. + * @tparam U Value type. */ template struct SmallPair { @@ -32,9 +32,9 @@ struct SmallPair { /** * Implementation of simple mapping class. Both types have to be POD ("Plain Old Data")! * It has inherited accessors from SmallVector(). - * @tvar T Key type. - * @tvar U Value type. - * @tvar S Unit of allocation. + * @tparam T Key type. + * @tparam U Value type. + * @tparam S Unit of allocation. * * @see SmallVector */ -- cgit v1.2.3-54-g00ecf