Skip to content
Snippets Groups Projects
Commit 622b20d2 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix some doxygen problems

[[Imported from SVN: r5773]]
parent e4ac5001
No related branches found
No related tags found
No related merge requests found
......@@ -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);
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment