From 3ea09524dd73e993211dd21732dc6543af17b65a Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 29 Nov 2020 12:39:33 +0100 Subject: [PATCH] Double defined ID seg_coord_global It is better to define the anchor in the detailed section of a method as when it is in the brief description it will be shown in the overview of the functions (top of the page) and in the detailed description. This is due to the `REPEAT_BRIE=YES` setting. See pages Barycentric_coordinates_2/classCGAL_1_1Barycentric__coordinates_1_1Segment__coordinates__2.html and Barycentric_coordinates_2/index.html --- .../CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h | 2 +- 1 file changed, 1 insertion(+), 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 9738eba83b7..42dca2848e5 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 @@ -199,10 +199,10 @@ private: // Global functions /*! - \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. + \anchor seg_coord_global \tparam Traits must be a model of the concept `BarycentricTraits_2`. */