Skip to content
Snippets Groups Projects
Commit 6aa60bbb authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

make is_same's all-important enum appear in the doxygen documentation

[[Imported from SVN: r5555]]
parent 28700941
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,7 @@ namespace Dune
template<typename T1, typename T2>
struct is_same
{
//! Whether T1 is the same type as T2.
enum {
/* @brief Whether T1 is the same type as T2. */
value=false
......
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