From 24f538366f04ac22f5063c30dd708ec8d616b468 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Tue, 22 Jan 2013 07:03:45 +0000
Subject: [PATCH] [Doxygen] Fix and enable comments in
 2p2c(ni)fluxvariables.hh.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10051 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/implicit/2p2c/2p2cfluxvariables.hh     | 4 ++--
 dumux/implicit/2p2cni/2p2cnifluxvariables.hh | 9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dumux/implicit/2p2c/2p2cfluxvariables.hh b/dumux/implicit/2p2c/2p2cfluxvariables.hh
index 39586a9305..98af2626fd 100644
--- a/dumux/implicit/2p2c/2p2cfluxvariables.hh
+++ b/dumux/implicit/2p2c/2p2cfluxvariables.hh
@@ -74,13 +74,13 @@ class TwoPTwoCFluxVariables : public GET_PROP_TYPE(TypeTag, BaseFluxVariables)
     typedef typename FVElementGeometry::SubControlVolumeFace SCVFace;
 
 public:
-    /*
+    /*!
      * \brief The constructor
      *
      * \param problem The problem
      * \param element The finite element
      * \param fvGeometry The finite-volume geometry in the box scheme
-    * \param faceIdx The local index of the SCV (sub-control-volume) face
+     * \param faceIdx The local index of the SCV (sub-control-volume) face
      * \param elemVolVars The volume variables of the current element
      * \param onBoundary Distinguishes if we are on a SCV face or on a boundary face
      */
diff --git a/dumux/implicit/2p2cni/2p2cnifluxvariables.hh b/dumux/implicit/2p2cni/2p2cnifluxvariables.hh
index be4cda8133..9067622d04 100644
--- a/dumux/implicit/2p2cni/2p2cnifluxvariables.hh
+++ b/dumux/implicit/2p2cni/2p2cnifluxvariables.hh
@@ -62,14 +62,15 @@ class TwoPTwoCNIFluxVariables : public TwoPTwoCFluxVariables<TypeTag>
     typedef Dune::FieldVector<Scalar, dimWorld> DimVector;
 
 public:
-    /*
+    /*!
      * \brief The constructor
      *
      * \param problem The problem
      * \param element The finite element
-     * \param elemGeom The finite-volume geometry in the box scheme
+     * \param fvGeometry The finite-volume geometry in the box scheme
      * \param faceIdx The local index of the SCV (sub-control-volume) face
      * \param elemVolVars The volume variables of the current element
+     * \param onBoundary Distinguishes if we are on a SCV face or on a boundary face
      */
     TwoPTwoCNIFluxVariables(const Problem &problem,
                             const Element &element,
@@ -134,8 +135,8 @@ protected:
     }
 
     void calculateEffThermalConductivity_(const Problem &problem,
-                                        const Element &element,
-                                        const ElementVolumeVariables &elemVolVars)
+                                          const Element &element,
+                                          const ElementVolumeVariables &elemVolVars)
     {
         const Scalar lambdaI =
                 ThermalConductivityModel::effectiveThermalConductivity(element,
-- 
GitLab