From 64a050960c87f2f87deabea53cb07d9b2d24ca73 Mon Sep 17 00:00:00 2001
From: bathmann <jasper.bathmann@ufz.de>
Date: Tue, 18 Sep 2018 16:01:13 +0200
Subject: [PATCH] [D] Doxygen formula rendering fixes...

---
 .../Density/LinearConcentrationAndPressureDependentDensity.h   | 3 ---
 ProcessLib/ComponentTransport/ComponentTransportProcess.h      | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h
index f4917144750..79f9f29d692 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 d6492c48e42..03dbc62af4e 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,
-- 
GitLab