From 55a4394f715d0970ff523ed78b5aaf70c686329b Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 26 Feb 2013 10:26:50 +0000
Subject: [PATCH] fix Doxygen warnings

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10275 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/freeflow/stokes/stokesmodel.hh                          | 2 +-
 dumux/freeflow/stokes/stokesvolumevariables.hh                | 4 ++--
 dumux/freeflow/stokes2c/stokes2cmodel.hh                      | 2 +-
 dumux/freeflow/stokes2c/stokes2cvolumevariables.hh            | 4 ++--
 dumux/freeflow/stokes2cni/stokes2cnimodel.hh                  | 2 +-
 dumux/freeflow/stokes2cni/stokes2cnivolumevariables.hh        | 2 +-
 dumux/implicit/1p/1pmodel.hh                                  | 2 +-
 dumux/implicit/1p/1pvolumevariables.hh                        | 2 +-
 dumux/implicit/1p2c/1p2cmodel.hh                              | 2 +-
 dumux/implicit/1p2c/1p2cvolumevariables.hh                    | 2 +-
 dumux/implicit/2p/2pvolumevariables.hh                        | 2 +-
 dumux/implicit/2p2c/2p2cvolumevariables.hh                    | 2 +-
 dumux/implicit/cellcentered/ccproperties.hh                   | 2 +-
 dumux/implicit/richards/richardsvolumevariables.hh            | 2 +-
 .../fluidmatrixinteractions/2p/thermalconductivitysomerton.hh | 2 +-
 15 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/dumux/freeflow/stokes/stokesmodel.hh b/dumux/freeflow/stokes/stokesmodel.hh
index 586fb1486f..a60f4aba91 100644
--- a/dumux/freeflow/stokes/stokesmodel.hh
+++ b/dumux/freeflow/stokes/stokesmodel.hh
@@ -137,7 +137,7 @@ public:
         flux = this->problem_.gridView().comm().sum(flux);
     }
 
-    //! \copydoc BoxModel::addOutputVtkFields
+    //! \copydoc ImplicitModel::addOutputVtkFields
     template <class MultiWriter>
     void addOutputVtkFields(const SolutionVector &sol,
                             MultiWriter &writer)
diff --git a/dumux/freeflow/stokes/stokesvolumevariables.hh b/dumux/freeflow/stokes/stokesvolumevariables.hh
index 24bdff122e..694446af4f 100644
--- a/dumux/freeflow/stokes/stokesvolumevariables.hh
+++ b/dumux/freeflow/stokes/stokesvolumevariables.hh
@@ -70,7 +70,7 @@ class StokesVolumeVariables : public ImplicitVolumeVariables<TypeTag>
 
 public:
     /*!
-     * \copydoc BoxVolumeVariables::update()
+     * \copydoc ImplicitVolumeVariables::update()
      */
     void update(const PrimaryVariables &priVars,
                 const Problem &problem,
@@ -93,7 +93,7 @@ public:
     }
 
     /*!
-     * \copydoc BoxModel::completeFluidState()
+     * \copydoc ImplicitModel::completeFluidState()
      * \param isOldSol Specifies whether this is the previous solution or the current one
      */
     static void completeFluidState(const PrimaryVariables& priVars,
diff --git a/dumux/freeflow/stokes2c/stokes2cmodel.hh b/dumux/freeflow/stokes2c/stokes2cmodel.hh
index a7dd3411a5..b4d2774b11 100644
--- a/dumux/freeflow/stokes2c/stokes2cmodel.hh
+++ b/dumux/freeflow/stokes2c/stokes2cmodel.hh
@@ -84,7 +84,7 @@ class Stokes2cModel : public StokesModel<TypeTag>
     typedef typename GET_PROP_TYPE(TypeTag, VolumeVariables) VolumeVariables;
 
 public:
-    //! \copydoc BoxModel::addOutputVtkFields
+    //! \copydoc ImplicitModel::addOutputVtkFields
     template <class MultiWriter>
     void addOutputVtkFields(const SolutionVector &sol,
                             MultiWriter &writer)
diff --git a/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh b/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh
index e3258b268a..621b0cb0bf 100644
--- a/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh
+++ b/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh
@@ -64,7 +64,7 @@ class Stokes2cVolumeVariables : public StokesVolumeVariables<TypeTag>
 
 public:
     /*!
-     * \copydoc BoxVolumeVariables::update()
+     * \copydoc ImplicitVolumeVariables::update()
      */
     void update(const PrimaryVariables &priVars,
                 const Problem &problem,
@@ -100,7 +100,7 @@ public:
     };
 
     /*!
-     * \copydoc BoxModel::completeFluidState()
+     * \copydoc ImplicitModel::completeFluidState()
      * \param isOldSol Specifies whether this is the previous solution or the current one
      */
     static void completeFluidState(const PrimaryVariables& priVars,
diff --git a/dumux/freeflow/stokes2cni/stokes2cnimodel.hh b/dumux/freeflow/stokes2cni/stokes2cnimodel.hh
index 199745170a..dd39354c4b 100644
--- a/dumux/freeflow/stokes2cni/stokes2cnimodel.hh
+++ b/dumux/freeflow/stokes2cni/stokes2cnimodel.hh
@@ -94,7 +94,7 @@ class Stokes2cniModel : public Stokes2cModel<TypeTag>
     typedef typename GET_PROP_TYPE(TypeTag, VolumeVariables) VolumeVariables;
 
 public:
-    //! \copydoc BoxModel::addOutputVtkFields
+    //! \copydoc ImplicitModel::addOutputVtkFields
     template <class MultiWriter>
     void addOutputVtkFields(const SolutionVector &sol,
                             MultiWriter &writer)
diff --git a/dumux/freeflow/stokes2cni/stokes2cnivolumevariables.hh b/dumux/freeflow/stokes2cni/stokes2cnivolumevariables.hh
index c85918d209..1bcb1e5df0 100644
--- a/dumux/freeflow/stokes2cni/stokes2cnivolumevariables.hh
+++ b/dumux/freeflow/stokes2cni/stokes2cnivolumevariables.hh
@@ -60,7 +60,7 @@ class Stokes2cniVolumeVariables : public Stokes2cVolumeVariables<TypeTag>
 
 public:
     /*!
-     * \copydoc BoxVolumeVariables::update()
+     * \copydoc ImplicitVolumeVariables::update()
      */
     void update(const PrimaryVariables &priVars,
                 const Problem &problem,
diff --git a/dumux/implicit/1p/1pmodel.hh b/dumux/implicit/1p/1pmodel.hh
index c60097c8ce..1ee183b070 100644
--- a/dumux/implicit/1p/1pmodel.hh
+++ b/dumux/implicit/1p/1pmodel.hh
@@ -62,7 +62,7 @@ class OnePBoxModel : public GET_PROP_TYPE(TypeTag, BaseModel)
 
 public:
     /*!
-     * \brief \copybrief Dumux::BoxModel::addOutputVtkFields
+     * \brief \copybrief Dumux::ImplicitModel::addOutputVtkFields
      *
      * Specialization for the OnePBoxModel, adding the pressure and
      * the process rank to the VTK writer.
diff --git a/dumux/implicit/1p/1pvolumevariables.hh b/dumux/implicit/1p/1pvolumevariables.hh
index cb28a58189..d7d5b16356 100644
--- a/dumux/implicit/1p/1pvolumevariables.hh
+++ b/dumux/implicit/1p/1pvolumevariables.hh
@@ -81,7 +81,7 @@ public:
     };
 
     /*!
-     * \copydoc BoxModel::completeFluidState
+     * \copydoc ImplicitModel::completeFluidState
      */
     static void completeFluidState(const PrimaryVariables& priVars,
                                    const Problem& problem,
diff --git a/dumux/implicit/1p2c/1p2cmodel.hh b/dumux/implicit/1p2c/1p2cmodel.hh
index 0a52459dcd..09c6796e76 100644
--- a/dumux/implicit/1p2c/1p2cmodel.hh
+++ b/dumux/implicit/1p2c/1p2cmodel.hh
@@ -103,7 +103,7 @@ public:
     }
 
     /*!
-     * \brief \copybrief Dumux::BoxModel::addOutputVtkFields
+     * \brief \copybrief ImplicitModel::addOutputVtkFields
      *
      * Specialization for the OnePTwoCBoxModel, adding pressure,
      * mass and mole fractions, and the process rank to the VTK writer.
diff --git a/dumux/implicit/1p2c/1p2cvolumevariables.hh b/dumux/implicit/1p2c/1p2cvolumevariables.hh
index 9b05aff50c..41500787fc 100644
--- a/dumux/implicit/1p2c/1p2cvolumevariables.hh
+++ b/dumux/implicit/1p2c/1p2cvolumevariables.hh
@@ -114,7 +114,7 @@ public:
     }
 
     /*!
-     * \copydoc BoxModel::completeFluidState
+     * \copydoc ImplicitModel::completeFluidState
      */
     static void completeFluidState(const PrimaryVariables& priVars,
                                    const Problem& problem,
diff --git a/dumux/implicit/2p/2pvolumevariables.hh b/dumux/implicit/2p/2pvolumevariables.hh
index 114e430e0d..0f9bd89d18 100644
--- a/dumux/implicit/2p/2pvolumevariables.hh
+++ b/dumux/implicit/2p/2pvolumevariables.hh
@@ -110,7 +110,7 @@ public:
     }
 
     /*!
-     * \copydoc BoxModel::completeFluidState
+     * \copydoc ImplicitModel::completeFluidState
      */
     static void completeFluidState(const PrimaryVariables& priVars,
                                    const Problem& problem,
diff --git a/dumux/implicit/2p2c/2p2cvolumevariables.hh b/dumux/implicit/2p2c/2p2cvolumevariables.hh
index cc1d8bfd66..3785baaadd 100644
--- a/dumux/implicit/2p2c/2p2cvolumevariables.hh
+++ b/dumux/implicit/2p2c/2p2cvolumevariables.hh
@@ -170,7 +170,7 @@ public:
     }
 
     /*!
-     * \copydoc BoxModel::completeFluidState
+     * \copydoc ImplicitModel::completeFluidState
      * \param isOldSol Specifies whether this is the previous solution or the current one
      */
     static void completeFluidState(const PrimaryVariables& priVars,
diff --git a/dumux/implicit/cellcentered/ccproperties.hh b/dumux/implicit/cellcentered/ccproperties.hh
index 4243b42272..b0dae70411 100644
--- a/dumux/implicit/cellcentered/ccproperties.hh
+++ b/dumux/implicit/cellcentered/ccproperties.hh
@@ -43,7 +43,7 @@ namespace Properties
 // Type tags
 //////////////////////////////////////////////////////////////////
 
-//! The type tag for models based on the box-scheme
+//! The type tag for models based on the cell-centered scheme
 NEW_TYPE_TAG(CCModel, INHERITS_FROM(ImplicitBase));
 }
 }
diff --git a/dumux/implicit/richards/richardsvolumevariables.hh b/dumux/implicit/richards/richardsvolumevariables.hh
index 13c3c3c500..f0deb7d458 100644
--- a/dumux/implicit/richards/richardsvolumevariables.hh
+++ b/dumux/implicit/richards/richardsvolumevariables.hh
@@ -105,7 +105,7 @@ public:
     }
 
     /*!
-     * \copydoc BoxModel::completeFluidState
+     * \copydoc ImplicitModel::completeFluidState
      */
     static void completeFluidState(const PrimaryVariables& priVars,
                                    const Problem& problem,
diff --git a/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh b/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh
index 5d253664e9..5105cacd06 100644
--- a/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh
+++ b/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh
@@ -61,7 +61,7 @@ public:
      */
     static Scalar effectiveThermalConductivity(const Scalar Sw,
                                                const Scalar lambdaW,
-                                               const Scalar lamdaN,
+                                               const Scalar lambdaN,
                                                const Scalar lambdaSolid,
                                                const Scalar porosity)
     {
-- 
GitLab