From bea89479f56306fbce739e36c438bb909a0709fd Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 15 Mar 2022 10:59:59 +0100 Subject: [PATCH] Polygon_mesh_processing: Missing end command for cgalParam A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags. --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index 147f7e90b26..62eda1c8b99 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -355,6 +355,7 @@ public: * \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits::%face_descriptor` * as key type and `double` as value type} * \cgalParamDefault{Use `epsilon` for all faces} + * \cgalParamNEnd * \cgalNamedParamsEnd * * \note The triangle mesh gets copied internally, that is it can be modifed after having passed as argument, @@ -556,6 +557,7 @@ public: * \cgalParamType{a model of `ReadablePropertyMap` whose value type is `Point_3` and whose key * is the value type of `PointRange::const_iterator`} * \cgalParamDefault{`CGAL::Identity_property_map`} + * \cgalParamNEnd * \cgalParamNBegin{face_epsilon_map} * \cgalParamDescription{a property map associating to each triangle an epsilon value} * \cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `double` as value type}