Skip to content

Commit

Permalink
doc bugs
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
  • Loading branch information
sloriot and afabri authored Oct 20, 2023
1 parent 08fa9f8 commit fe28c0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace Polygon_mesh_processing {
*
* \cgalNamedParamsBegin
* \cgalParamNBegin{edge_is_constrained_map}
* \cgalParamDescription{an output property map associating `true` to all new edges connecting vertices on the isolevel,
* \cgalParamDescription{an output property map associating `true` to all edges connecting vertices on the isolevel,
* and `false` for all other edges.}
* \cgalParamType{a class model of `WritablePropertyMap` with `boost::graph_traits<PolygonMesh>::%edge_descriptor`
* as key type and `bool` as value type}
Expand All @@ -55,7 +55,7 @@ namespace Polygon_mesh_processing {
*
* \cgalParamNBegin{vertex_point_map}
* \cgalParamDescription{a property map associating points to the vertices of `pm`}
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<PolygonMesh>::%vertex_descriptor`
* \cgalParamType{a class model of `ReadWritePropertyMap` with `boost::graph_traits<PolygonMesh>::%vertex_descriptor`
* as key type and `%Point_3` as value type}
* \cgalParamDefault{`boost::get(CGAL::vertex_point, pm)`}
* \cgalParamExtra{If this parameter is omitted, an internal property map for `CGAL::vertex_point_t`
Expand Down

0 comments on commit fe28c0d

Please sign in to comment.