From 0143042577722edcd3e8274479fbc6957d002faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 15 Mar 2019 20:53:41 +0100 Subject: [PATCH] Unlink some link that shouldn't have been a link --- Polygon/include/CGAL/Polygon_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/include/CGAL/Polygon_2.h b/Polygon/include/CGAL/Polygon_2.h index eda57abcbc9..eb75384d26e 100644 --- a/Polygon/include/CGAL/Polygon_2.h +++ b/Polygon/include/CGAL/Polygon_2.h @@ -489,7 +489,7 @@ class Polygon_2 { /// Test for equality: two polygons are equal iff there exists a /// cyclic permutation of the vertices of `p2` such that they are /// equal to the vertices of `p1`. Note that the template argument -/// `Container` of `p1` and `p2` may be different. +/// `%Container` of `p1` and `p2` may be different. /// \memberof Polygon_2 template bool operator==( const Polygon_2 &p1,