From 31e41eb9fea4be4fcfc2ae9f19d695aa0c7eabf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Sat, 4 Jun 2022 11:28:37 +0200 Subject: [PATCH] fix typedef --- Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesher_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesher_2.h b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesher_2.h index 2b5d3a3f811..fafd1f588d9 100644 --- a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesher_2.h +++ b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesher_2.h @@ -281,7 +281,7 @@ bool step_by_step_refine_mesh(); * the bounded connected components including at least * one seed. If `seeds_are_in_domain==false`, the domain is the * union of the bounded components including no seed.} - * \cgalParamType{a class model of `ConstRange` with iterator being a model of `InputIterator` with `CDT::Point_2` as value type.} + * \cgalParamType{a class model of `ConstRange` with iterator being a model of `InputIterator` with `CDT::Point` as value type.} * \cgalParamDefault{No seed.} * \cgalParamNEnd * \cgalParamNBegin{criteria}