From 0094ce40e63df403bf3708ca45df462bc77eb896 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Fri, 3 Apr 2020 11:29:46 +0200 Subject: [PATCH] [MeL] MeshInformation; Fix doxygen comment. --- MeshLib/MeshInformation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/MeshInformation.h b/MeshLib/MeshInformation.h index af0ac8d4704..cddff750b8c 100644 --- a/MeshLib/MeshInformation.h +++ b/MeshLib/MeshInformation.h @@ -78,7 +78,7 @@ public: static void writePropertyVectorInformation(const MeshLib::Mesh& mesh); /// writes out mesh validation results - // Remark: MeshValidation can modify the original mesh + /// Remark: MeshValidation can modify the original mesh static void writeMeshValidationResults(MeshLib::Mesh& mesh); }; -- GitLab