From 0c68c226f2dd4f93a020c0565d65246719e0a50f Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Mon, 25 Jan 2021 16:35:38 +0100
Subject: [PATCH] [Doc/RelPermUdell] Fixed the display of the math formulas of
 doxygen

---
 .../RelativePermeability/RelPermUdell.h           | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h
index 513a9e8ac87..7a950a9a368 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h
@@ -25,13 +25,16 @@ class Component;
  *        Kent S Udell. "Heat transfer in porous media considering phase change
  *        and capillarity-the heat pipe effect".In:International Journal of Heat
  *        and Mass Transfer 28.2 (1985), pp. 485-495
- *         Definition:
- *          \f$k_{\textrm{rel}}^{\alpha} =
- * \left(s^{\textrm{eff}}_{\alpha}\right)^{3}\f$ where
- *          - \f$k_{\textrm{rel}}^{\alpha}\f$ is relative permeability of phase
+ *
+ *  Definition:
+ *          \f[ k_{\text{rel}}^{\alpha}
+ * =\left(S^{\text{eff}}_{\alpha}\right)^{3}\f] where
+ *          - \f$k_{\text{rel}}^{\alpha}\f$ is relative permeability of phase
  * \f$\alpha\f$
- *          - \f$s^{\textrm{eff}}_{\alpha}\f$ is the effective saturation of
- * phase \f$\alpha\f$ \details This property must be a medium property, it
+ *          - \f$S^{\text{eff}}_{\alpha}\f$ is the effective saturation of
+ * phase \f$\alpha\f$
+ *
+ * \details This property must be a medium property, it
  * computes the permeability reduction due to saturation as function of
  * capillary pressure.
  */
-- 
GitLab