From 0f37e55132a08e7462231eb2fcf207714a05209d Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 16 Mar 2022 15:15:51 +0100 Subject: [PATCH] Barycentric_coordinates_2: Unused anchor Removing unused achor it is defined but never used. (gives double defined anchor in the "Related Functions" section and "Friends And Related Function Documentation" section.) --- .../CGAL/Barycentric_coordinates_2/segment_coordinates_2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h index 8ef4719853c..f94b9d5bf1f 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h @@ -344,7 +344,6 @@ namespace Barycentric_coordinates { }; /*! - \anchor seg_coord_global * \relates Segment_coordinates_2 * This is a global function that takes both vertices of a segment and computes segment coordinates at a given query point with respect to these vertices.