Polygon_mesh_processing: Missing end command for cgalParam

A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags.
This commit is contained in:
albert-github 2022-03-15 10:59:59 +01:00
parent c837828770
commit bea89479f5
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,7 @@ public:
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<TriangleMesh>::%face_descriptor` * \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<TriangleMesh>::%face_descriptor`
* as key type and `double` as value type} * as key type and `double` as value type}
* \cgalParamDefault{Use `epsilon` for all faces} * \cgalParamDefault{Use `epsilon` for all faces}
* \cgalParamNEnd
* \cgalNamedParamsEnd * \cgalNamedParamsEnd
* *
* \note The triangle mesh gets copied internally, that is it can be modifed after having passed as argument, * \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 * \cgalParamType{a model of `ReadablePropertyMap` whose value type is `Point_3` and whose key
* is the value type of `PointRange::const_iterator`} * is the value type of `PointRange::const_iterator`}
* \cgalParamDefault{`CGAL::Identity_property_map`} * \cgalParamDefault{`CGAL::Identity_property_map`}
* \cgalParamNEnd
* \cgalParamNBegin{face_epsilon_map} * \cgalParamNBegin{face_epsilon_map}
* \cgalParamDescription{a property map associating to each triangle an epsilon value} * \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} * \cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `double` as value type}