From 622b20d28c78d242563e85ca60e0027ebd96f0d0 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Fri, 11 Dec 2009 16:11:12 +0000 Subject: [PATCH] fix some doxygen problems [[Imported from SVN: r5773]] --- dune/common/enumset.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dune/common/enumset.hh b/dune/common/enumset.hh index 1e04d6ab1..a1dfad677 100644 --- a/dune/common/enumset.hh +++ b/dune/common/enumset.hh @@ -73,15 +73,15 @@ namespace Dune /** * @brief A set representing a range including the borders. */ - template<typename T,int from, int end> + template<typename TA,int from, int end> class EnumRange //: public PODSet<EnumRange<T,from,end>,T> { public: /** * @brief The type the set holds. */ - typedef T Type; - static bool contains(const T& item); + typedef TA Type; + static bool contains(const TA& item); }; /** -- GitLab