From acd6cc3821f9c19f59488839d55f49845b36e29d Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Mon, 24 Jun 2019 19:50:06 +0200
Subject: [PATCH] [MeL] Fix rendering of latex formula.

---
 MeshLib/PropertyVector.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h
index 4b695c5f63f..fc280ca8c3f 100644
--- a/MeshLib/PropertyVector.h
+++ b/MeshLib/PropertyVector.h
@@ -262,7 +262,7 @@ protected:
     /// (Node or Element) to an index (position in the data structure).
     /// The vector item2group_mapping must have the same number of entries as
     /// the above mapping and the values have to be in the range
-    /// \f$[0, \text{n_prop_groups})\f$.
+    /// \f$[0, \text{n\_prop\_groups})\f$.
     /// @param property_name a string describing the property
     /// @param mesh_item_type the values of the property are either assigned to
     /// nodes or cells (see enumeration MeshItemType)
-- 
GitLab