From a854d37a0e7689e2a1d44aca3fc636181ff77629 Mon Sep 17 00:00:00 2001
From: vishal jambhekar <vishal.jambhekar@iws.uni-stuttgart.de>
Date: Wed, 8 Feb 2012 10:00:04 +0000
Subject: [PATCH] Doxygen corrections

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7668 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/material/fluidsystems/basefluidsystem.hh   | 6 ++++--
 test/boxmodels/MpNc/obstaclespatialparameters.hh | 4 +---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dumux/material/fluidsystems/basefluidsystem.hh b/dumux/material/fluidsystems/basefluidsystem.hh
index ca4bbdd6a8..be1dd04230 100644
--- a/dumux/material/fluidsystems/basefluidsystem.hh
+++ b/dumux/material/fluidsystems/basefluidsystem.hh
@@ -162,9 +162,11 @@ public:
      * \brief Specific isobaric heat capacity of a fluid phase.
      *        \f$\mathrm{[J/kg]}\f$.
      *
-     * \param params    mutable parameters
+     * \param paramCache   mutable parameters
      * \param phaseIdx  for which phase to give back the heat capacity
-     */
+     * \param fluidState represents all relevant thermodynamic quantities of a
+     *  fluid system
+     * */
     template <class FluidState>
     static Scalar heatCapacity(const FluidState &fluidState,
                                const ParameterCache &paramCache,
diff --git a/test/boxmodels/MpNc/obstaclespatialparameters.hh b/test/boxmodels/MpNc/obstaclespatialparameters.hh
index ab1da619e8..957c67c00a 100644
--- a/test/boxmodels/MpNc/obstaclespatialparameters.hh
+++ b/test/boxmodels/MpNc/obstaclespatialparameters.hh
@@ -244,9 +244,7 @@ public:
     /*!
      * \brief Function for defining the parameters needed by constitutive relationships (kr-Sw, pc-Sw, etc.).
      *
-     * \param element The current element
-     * \param fvElemGeom The current finite volume geometry of the element
-     * \param scvIdx The index of the sub-control volume.
+     * \param pos The global position of the sub-control volume.
      * \return the material parameters object
      */
     const MaterialLawParams& materialLawParamsAtPos(const GlobalPosition &pos) const
-- 
GitLab