From ae8b5bfaa4404545da9957770964e80598fa0a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 15 Jan 2018 13:29:59 +0100 Subject: [PATCH] Fixed documentation link --- .../doc/Interpolation/CGAL/regular_neighbor_coordinates_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Interpolation/doc/Interpolation/CGAL/regular_neighbor_coordinates_2.h b/Interpolation/doc/Interpolation/CGAL/regular_neighbor_coordinates_2.h index 252bef013ac..bd93dc6ec57 100644 --- a/Interpolation/doc/Interpolation/CGAL/regular_neighbor_coordinates_2.h +++ b/Interpolation/doc/Interpolation/CGAL/regular_neighbor_coordinates_2.h @@ -71,7 +71,8 @@ the boundary edges of the conflict zone of `p` in the triangulation `rt`. \link Regular_triangulation_2::hidden_vertices_end() `rt.hidden_vertices_end()`\endlink determines the iterator range over the hidden vertices of the conflict zone of `p` in`rt`. It is the result of the function -\link Regular_triangulation_2::get_boundary_of_conflicts() `rt.get_boundary_of_conflicts(p,std::back_inserter(hole), std::back_inserter(hidden_vertices), start)`\endlink. +\link Regular_triangulation_2::get_boundary_of_conflicts_and_hidden_vertices() +`rt.get_boundary_of_conflicts_and_hidden_vertices(p,std::back_inserter(hole), std::back_inserter(hidden_vertices), start)`\endlink. */ template CGAL::Triple< OutputIterator, typename Traits::FT, bool >