From 9679b547eef25467093d8fdcd967f145c31e1648 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Thu, 24 Sep 2009 07:07:43 +0000
Subject: [PATCH] use tparam for templates

[[Imported from SVN: r5595]]
---
 common/configparser.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/configparser.hh b/common/configparser.hh
index f4d8f0e58..79e7498f1 100644
--- a/common/configparser.hh
+++ b/common/configparser.hh
@@ -197,7 +197,7 @@ namespace Dune {
 
     /** \brief Get value
      *
-     * \param T Type of the value
+     * \tparam T Type of the value
      * \param key Key name
      * \throws RangeError if key does not exist
      * \throws NotImplemented Type is not supported
-- 
GitLab