From dc094d817d7f8db89345548206caf55d36859c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 6 Nov 2012 07:41:28 +0000 Subject: [PATCH] Docu fix git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@760 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Mesh/TriConnectivity.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/TriConnectivity.hh b/src/OpenMesh/Core/Mesh/TriConnectivity.hh index 2786f33e..859caeea 100644 --- a/src/OpenMesh/Core/Mesh/TriConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/TriConnectivity.hh @@ -173,7 +173,7 @@ public: */ void split_copy(EdgeHandle _eh, VertexHandle _vh); - /** \brief Face split (= 1-to-3 split, calls corresponding PolyMeshT function). + /** \brief Face split (= 1-to-3) split, calls corresponding PolyMeshT function). * * @param _fh Face handle that should be splitted * @param _vh Vertex handle that will be inserted at the face @@ -181,7 +181,7 @@ public: inline void split(FaceHandle _fh, VertexHandle _vh) { PolyConnectivity::split(_fh, _vh); } - /** \brief Face split (= 1-to-3 split, calls corresponding PolyMeshT function). + /** \brief Face split (= 1-to-3) split, calls corresponding PolyMeshT function). * * @param _fh Face handle that should be splitted * @param _vh Vertex handle that will be inserted at the face