From 772d26ac48da23d79f88aa88c3a1655eff686fa7 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 14 Mar 2022 19:36:37 +0100 Subject: [PATCH] Point_set_processing_3: Missing end command for cgalParam A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags (in the output just a small extra white space was shown) --- Point_set_processing_3/include/CGAL/structure_point_set.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Point_set_processing_3/include/CGAL/structure_point_set.h b/Point_set_processing_3/include/CGAL/structure_point_set.h index 00222956e44..0dbb17a7dbc 100644 --- a/Point_set_processing_3/include/CGAL/structure_point_set.h +++ b/Point_set_processing_3/include/CGAL/structure_point_set.h @@ -1525,6 +1525,7 @@ private: to the index of plane (`-1` if the point is not assigned to a plane)} \cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `int` as value type} \cgalParamDefault{There is no default, this parameters is mandatory.} + \cgalParamNEnd \cgalParamNBegin{plane_map} \cgalParamDescription{a property map containing the planes associated to the elements of the plane range `planes`}