From a10c3b8aacabca6b7619bf81157234c1b4a8ff4c Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Wed, 2 Oct 2013 13:56:17 +0000
Subject: [PATCH] slight changes in doxygen docu

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11606 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/decoupled/2p/diffusion/diffusionproblem2p.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh b/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh
index 5acb522eca..0e402e86d5 100644
--- a/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh
+++ b/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh
@@ -37,7 +37,7 @@ SET_TYPE_PROP(PressureTwoP, Model, typename GET_PROP_TYPE(TypeTag, PressureModel
  * \ingroup Pressure2p
  * \brief  Base class for stationary solution of a two-phase diffusion/pressure equation
  *
- * @tparam TypeTag The problem TypeTag
+ * \tparam TypeTag The problem TypeTag
  */
 template<class TypeTag>
 class DiffusionProblem2P: public OneModelProblem<TypeTag>
@@ -132,7 +132,7 @@ public:
 
     /* \brief Time integration function called by the time manager
      *
-     * For stationary diffusion problems this functions just finishes the simulation.
+     * For stationary diffusion problems this function just finishes the simulation.
      */
     void timeIntegration()
     {
-- 
GitLab