From d876cbf78f2b4d91268454ce089a99f9196b72c7 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Mon, 28 Jan 2013 19:58:37 +0000
Subject: [PATCH] Added doxygen file description.

[[Imported from SVN: r7093]]
---
 dune/common/dynmatrixev.hh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dune/common/dynmatrixev.hh b/dune/common/dynmatrixev.hh
index f5e63269f..f8f112fb9 100644
--- a/dune/common/dynmatrixev.hh
+++ b/dune/common/dynmatrixev.hh
@@ -5,6 +5,14 @@
 
 #include "dynmatrix.hh"
 
+/*!
+   \file
+   \brief utility functions to compute eigenvalues for
+   dense matrices.
+   \addtogroup DenseMatVec
+    @{
+ */
+
 namespace Dune {
 
   namespace DynamicMatrixHelp {
@@ -73,5 +81,5 @@ namespace Dune {
   }
 
 }
-
+/** @} */
 #endif
-- 
GitLab