mirror of https://github.com/CGAL/cgal
Avoid repetition
This commit is contained in:
parent
e5c8323825
commit
c346b4a836
|
|
@ -623,7 +623,7 @@ public:
|
|||
* \cgalParamNEnd
|
||||
*
|
||||
* \cgalParamNBegin{visitor}
|
||||
* \cgalParamDescription{a visitor that enables to track how polygons are triangulated into triangles}
|
||||
* \cgalParamDescription{a visitor that enables to track how polygons are divided into triangles}
|
||||
* \cgalParamType{a class model of `PMPTriangulateFaceVisitor` and `PMPHolefillingVisitor`}
|
||||
* \cgalParamDefault{`Triangulate_polygons::Default_visitor`}
|
||||
* \cgalParamExtra{Note that the visitor will be copied, so
|
||||
|
|
|
|||
Loading…
Reference in New Issue