diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h index 3c6564b4302..b39b99dffd7 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h @@ -261,7 +261,7 @@ public: * that has an internal property map for `boost::vertex_point_t` * @tparam NamedParameters a sequence of \ref namedparameters * -* @param f face +* @param f face to be triangulated * @param pmesh the polygon mesh to which the face to be triangulated belongs to * @param np optional sequence of \ref namedparameters among the ones listed below * @@ -309,7 +309,7 @@ void triangulate_face(typename boost::graph_traits::face_descriptor * that has an internal property map for `boost::vertex_point_t` * @tparam NamedParameters a sequence of \ref namedparameters * -* @param face_range the range of faces which should be triangulated +* @param face_range the range of faces to be triangulated * @param pmesh the polygon mesh to be triangulated * @param np optional sequence of \ref namedparameters among the ones listed below *