diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h index 6badd669722..4819f8c1ee9 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h @@ -554,8 +554,7 @@ Face_handle f = Face_handle()) const; Same as above but uses inexact predicates. This function returns a `Face_handle` which is a good approximation of the exact location of `query`, while being faster. Note that it may return a `Face_handle` of which -`query` is not in the interior. It can be used to provide a good `Face_handle start` for -the above `locate(const Point &, Face_handle) const` function. +`query` is not in the interior. */ Face_handle inexact_locate(const Point & query, diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h index 9fc3a233636..0bd35aca05a 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h @@ -588,8 +588,7 @@ locate(const Point & query, Vertex_handle hint) const; Same as above but uses a `Cell_handle` as starting hint, and inexact predicates. This function returns a `Cell_handle` which is a good approximation of the exact location of `query`, while being faster. Note that it may return a `Cell_handle` of which -`query` is not in the interior. It can be used to provide a good `Cell_handle start` for -the above `locate(const Point &, Cell_handle) const` function. +`query` is not in the interior. */ Cell_handle inexact_locate(const Point & query, Cell_handle start = Cell_handle()) const;