From 2ef1bb4e48ad992b685b278350f7d06b93e9fd3d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 28 Jul 2023 11:50:57 +0200 Subject: [PATCH] Update Mesh_3/include/CGAL/Mesh_polyhedron_3.h Co-authored-by: Jane Tournois --- Mesh_3/include/CGAL/Mesh_polyhedron_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Mesh_polyhedron_3.h b/Mesh_3/include/CGAL/Mesh_polyhedron_3.h index 8e053945d60..6ae077e5bf8 100644 --- a/Mesh_3/include/CGAL/Mesh_polyhedron_3.h +++ b/Mesh_3/include/CGAL/Mesh_polyhedron_3.h @@ -213,7 +213,7 @@ public: \ingroup PkgMesh3Domains The class `Mesh_polyhedron_3` provides a customized `Polyhedron_3` type. This type uses -as `PolyhedronItems_3` a customized type which adds data to the Vertex, Face and +as `PolyhedronItems_3` a customized type which adds data to the `Vertex`, `Face` and Halfedge classes. Those data are required to use the detection of sharp features. \tparam IGT stands for the geometric traits associated