mirror of https://github.com/CGAL/cgal
Merge pull request #6414 from albert-github/feature/bug_Polygon_mesh_processing_missing_end
Polygon_mesh_processing: Missing end command for cgalParam
This commit is contained in:
commit
65c397fb14
|
|
@ -355,6 +355,7 @@ public:
|
|||
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<TriangleMesh>::%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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue