diff --git a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h
index f4917144750cb99799cd4bb79629d7f08cab01cf..79f9f29d692c5831fd37ac9aad63d3fd88ce4803 100644
--- a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h
+++ b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h
@@ -80,9 +80,6 @@ public:
 
     /// Get the partial differential of the density with respect to
     /// concentration or pressure.
-    /// \param var_vals  Variable values  in an array. The order of its elements
-    ///                   is given in enum class PropertyVariableType.
-    /// \param var       Variable type.
     double getdValue(const ArrayType& /*var_vals*/,
                      const PropertyVariableType var) const override
     {
diff --git a/ProcessLib/ComponentTransport/ComponentTransportProcess.h b/ProcessLib/ComponentTransport/ComponentTransportProcess.h
index d6492c48e42ac433d480fbb29134d39b3315b7f8..03dbc62af4e5fd04c97735febb1cc9c5e9dc4085 100644
--- a/ProcessLib/ComponentTransport/ComponentTransportProcess.h
+++ b/ProcessLib/ComponentTransport/ComponentTransportProcess.h
@@ -32,7 +32,7 @@ namespace ComponentTransport
  *     + Q_p = 0,
  * \f]
  * where the storage \f$S\f$ has been substituted by
- *      \phi \frac{\partial \rho}{\partial p},
+ *      \f$\phi \frac{\partial \rho}{\partial p}\f$,
  * \f$\phi\f$ is the porosity,
  * \f$C\f$ is the concentration,
  * \f$p\f$ is the pressure,