diff --git a/dumux/material/chemistry/electrochemistry/electrochemistry.hh b/dumux/material/chemistry/electrochemistry/electrochemistry.hh
index c67e8b5559681f2d9bfebaa9e5e9388b28f8cf9a..0c9da48a0eda312dddb65d321e49166d63b6f12b 100644
--- a/dumux/material/chemistry/electrochemistry/electrochemistry.hh
+++ b/dumux/material/chemistry/electrochemistry/electrochemistry.hh
@@ -109,7 +109,7 @@ public:
     * \brief Calculates reaction sources with an electrochemical model approach.
     *
     * \param values The primary variable vector
-    * \param volVars The volume variables
+    * \param currentDensity The current density
     *
     * For this method, the \a values parameter stores source values
     */
diff --git a/dumux/material/chemistry/electrochemistry/electrochemistryni.hh b/dumux/material/chemistry/electrochemistry/electrochemistryni.hh
index f332cdf98f954f062a5f7a03f5c8a8be15f85de0..8f4c29b4337e608e0d159d44881ffbf168ff3548 100644
--- a/dumux/material/chemistry/electrochemistry/electrochemistryni.hh
+++ b/dumux/material/chemistry/electrochemistry/electrochemistryni.hh
@@ -84,7 +84,7 @@ public:
     * \brief Calculates reaction sources with an electrochemical model approach.
     *
     * \param values The primary variable vector
-    * \param volVars The volume variables
+    * \param currentDensity The current density
     *
     * For this method, the \a values parameter stores source values
     */
diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh
index c75eaf0172f1c8455115a7b66ee1dbdffadc17ba..6dbb4b1ebbe43a044c5c2eed2f8c30cd0ba46291 100644
--- a/dumux/material/components/brine.hh
+++ b/dumux/material/components/brine.hh
@@ -181,6 +181,7 @@ public:
      *
      * \param temperature temperature of component in \f$\mathrm{[K]}\f$
      * \param pressure pressure of component in \f$\mathrm{[Pa]}\f$
+     * \param salinity salinity in\f$\mathrm{[kg/kg]}\f$
      *
      * See:
      *
diff --git a/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh b/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh
index 8d9cf902c3a90de8915c74843e75c389b3bc7994..7dbd5d31441ca1567574611b3c086ef8435379b3 100644
--- a/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh
+++ b/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh
@@ -144,7 +144,7 @@ public:
      * \brief Returns the partial derivative of the capillary
      *        pressure to the effective saturation.
      * \param params Array of parameters
-     * \param sw Wetting liquid saturation
+     * \param swe Effective wetting liquid saturation
     */
     DUNE_DEPRECATED_MSG("dpc_dsw(const Params &params, const Scalar swe) is deprecated. Use dpc_dswe(const Params &params, const Scalar swe) instead.")
     static Scalar dpc_dsw(const Params &params, const Scalar swe)
@@ -156,7 +156,7 @@ public:
      * \brief Returns the partial derivative of the capillary
      *        pressure to the effective saturation.
      * \param params Array of parameters
-     * \param sw Wetting liquid saturation
+     * \param swe Effective wetting liquid saturation
     */
     static Scalar dpc_dswe(const Params &params, const Scalar swe)
     {
diff --git a/dumux/material/fluidmatrixinteractions/3p/regularizedparkervangen3p.hh b/dumux/material/fluidmatrixinteractions/3p/regularizedparkervangen3p.hh
index cab93c2b263d762898eb5a38b9801dbe0a1bf378..9f7394a81ebbd3b168e2ba86609c21d2d497c4e5 100644
--- a/dumux/material/fluidmatrixinteractions/3p/regularizedparkervangen3p.hh
+++ b/dumux/material/fluidmatrixinteractions/3p/regularizedparkervangen3p.hh
@@ -274,7 +274,7 @@ public:
      * \brief Returns the partial derivative of the capillary
      *        pressure to the effective saturation.
      * \param params Array of parameters
-     * \param sw Wetting liquid saturation
+     * \param swe Wetting liquid saturation
     */
     DUNE_DEPRECATED_MSG("dpc_dsw(const Params &params, Scalar swe) is deprecated. Use dpc_dswe(const Params &params, Scalar swe) instead.")
     static Scalar dpc_dsw(const Params &params, Scalar swe)
@@ -286,7 +286,7 @@ public:
      * \brief Returns the partial derivative of the capillary
      *        pressure to the effective saturation.
      * \param params Array of parameters
-     * \param sw Wetting liquid saturation
+     * \param swe Effective wetting liquid saturation
     */
     static Scalar dpc_dswe(const Params &params, Scalar swe)
     {
diff --git a/dumux/multidomain/2cnistokes2p2cni/problem.hh b/dumux/multidomain/2cnistokes2p2cni/problem.hh
index 05e2420fc5a0bb18304f67060b06dfbbe48b77ca..0b87fbfb5de52081b338c92d665348e0b488857c 100644
--- a/dumux/multidomain/2cnistokes2p2cni/problem.hh
+++ b/dumux/multidomain/2cnistokes2p2cni/problem.hh
@@ -61,7 +61,7 @@ public:
      * \brief Returns the temperature gradient through the boundary layer
      *
      * \param cParams a parameter container
-     * \param scvIdx1 The local index of the sub-control volume of the Stokes domain
+     * \param scvIdx The local index of the sub-control volume of the Stokes domain
      */
     template<typename CParams>
     Scalar evalBoundaryLayerTemperatureGradient(CParams cParams, const int scvIdx) const
diff --git a/dumux/multidomain/2cstokes2p2c/problem.hh b/dumux/multidomain/2cstokes2p2c/problem.hh
index f6739e16df48cc0acfd166b4213e2e395f093c5b..47673ccacf5e7d1217620bea5496c015bb34bce6 100644
--- a/dumux/multidomain/2cstokes2p2c/problem.hh
+++ b/dumux/multidomain/2cstokes2p2c/problem.hh
@@ -135,7 +135,7 @@ public:
      *
      * \param cParams a parameter container
      * \param scvIdx1 The local index of the sub-control volume of the Stokes domain
-     * \param scvIdx1 The local index of the sub-control volume of the Darcy domain
+     * \param scvIdx2 The local index of the sub-control volume of the Darcy domain
      */
     template<typename CParams>
     Scalar evalMassTransferCoefficient(CParams cParams, const int scvIdx1, const int scvIdx2) const
diff --git a/dumux/porousmediumflow/2pdfm/implicit/volumevariables.hh b/dumux/porousmediumflow/2pdfm/implicit/volumevariables.hh
index aba771f9d09ed08ba135a4a90828ed0b612da72a..ce4678a94aa1e5774c89e95f857c7e5ddc04e5a6 100644
--- a/dumux/porousmediumflow/2pdfm/implicit/volumevariables.hh
+++ b/dumux/porousmediumflow/2pdfm/implicit/volumevariables.hh
@@ -179,7 +179,9 @@ public:
     /*!
      * \brief Extended capillary pressure saturation interface condition
      *
-     * \param materialParamsMatrix the material law o calculate the sw as inverse of capillary pressure function
+     * \param priVars Primary variables
+     * \param materialParamsMatrix the material law to calculate the sw as inverse of capillary pressure function
+     * \param materialParamsFracture the material law to calculate the sw as inverse of capillary pressure function
      *
      * This method is called by updateFracture
      */