diff --git a/dumux/material/constraintsolvers/compositionalflash.hh b/dumux/material/constraintsolvers/compositionalflash.hh
index dc7e6eb43b630a5253920d22476dcf0463a15cea..39a7e46168e0a9d344527b3ca67046a6c3e44d09 100644
--- a/dumux/material/constraintsolvers/compositionalflash.hh
+++ b/dumux/material/constraintsolvers/compositionalflash.hh
@@ -80,7 +80,7 @@ public:
      * \param fluidState The decoupled fluid State
      * \param Z1 Feed mass fraction: Mass of comp1 per total mass \f$\mathrm{[-]}\f$
      * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$
-     * \param poro Porosity \f$\mathrm{[-]}\f$
+     * \param porosity Porosity \f$\mathrm{[-]}\f$
      * \param temperature Temperature \f$\mathrm{[K]}\f$
      */
     static void concentrationFlash2p2c(FluidState &fluidState,
@@ -186,6 +186,7 @@ public:
      * - Check if we are in single phase condition
      * - Assign total concentration to the present phase
      *
+     * \param fluidState The decoupled fluid state
      * \param Z1 Feed mass fraction \f$\mathrm{[-]}\f$
      * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$
      * \param presentPhaseIdx Subdomain Index = Indication which phase is present
@@ -258,9 +259,9 @@ public:
      * - determination of maximum solubilities (mole fractions) according to phase pressures
      * - round off fluid properties
      * \param fluidState The decoupled fluid state
-     * \param sat Saturation of phase 1 \f$\mathrm{[-]}\f$
+     * \param saturation Saturation of phase 1 \f$\mathrm{[-]}\f$
      * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$
-     * \param poro Porosity \f$\mathrm{[-]}\f$
+     * \param porosity Porosity \f$\mathrm{[-]}\f$
      * \param temperature Temperature \f$\mathrm{[K]}\f$
      */
     static void saturationFlash2p2c(FluidState &fluidState,
diff --git a/test/common/generalproblem/generallensproblem.hh b/test/common/generalproblem/generallensproblem.hh
index 45e847c94a203f98d88c750aea16224aefe19439..3fa5cbdc2a154b753fd724b95f8ff9bcc76281be 100644
--- a/test/common/generalproblem/generallensproblem.hh
+++ b/test/common/generalproblem/generallensproblem.hh
@@ -247,8 +247,6 @@ public:
      *
      * \param timeManager The time manager
      * \param gridView The grid view
-     * \param lensLowerLeft Global position of the lenses lower left corner
-     * \param lensUpperRight Global position of the lenses upper right corner
      */
     GeneralLensProblem(TimeManager &timeManager,
                        const GridView &gridView)