From 7f631d91689ddd891d0f3876aab4ad2f46b39c5a Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Wed, 2 Oct 2013 15:06:53 +0000
Subject: [PATCH] Added doxygen docu for timeIntegration() method

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11611 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/decoupled/2p/transport/transportproblem2p.hh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dumux/decoupled/2p/transport/transportproblem2p.hh b/dumux/decoupled/2p/transport/transportproblem2p.hh
index cb3f4c1254..9697806edd 100644
--- a/dumux/decoupled/2p/transport/transportproblem2p.hh
+++ b/dumux/decoupled/2p/transport/transportproblem2p.hh
@@ -44,7 +44,7 @@ SET_TYPE_PROP(TransportTwoP, Velocity, FVVelocityDefault<TypeTag>); //this Prope
  * \ingroup IMPETproblems
  * \brief  Base class for a decoupled two-phase transport problem
  *
- * @tparam TypeTag The problem Type Tag
+ * \tparam TypeTag The problem Type Tag
  */
 template<class TypeTag>
 class TransportProblem2P : public OneModelProblem<TypeTag>
@@ -200,6 +200,13 @@ public:
     const SpatialParams &spatialParams() const
     { return *spatialParams_; }
 
+
+    /*!
+     * \brief Time integration of the model
+     *
+     * Update the transported quantity. By default, an explicit Euler is used
+     *
+     */
     void timeIntegration()
     {
         // allocate temporary vectors for the updates
-- 
GitLab