Avoid repetition

This commit is contained in:
Mael Rouxel-Labbé 2023-03-29 15:46:42 +02:00
parent e5c8323825
commit c346b4a836
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ public:
* \cgalParamNEnd * \cgalParamNEnd
* *
* \cgalParamNBegin{visitor} * \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`} * \cgalParamType{a class model of `PMPTriangulateFaceVisitor` and `PMPHolefillingVisitor`}
* \cgalParamDefault{`Triangulate_polygons::Default_visitor`} * \cgalParamDefault{`Triangulate_polygons::Default_visitor`}
* \cgalParamExtra{Note that the visitor will be copied, so * \cgalParamExtra{Note that the visitor will be copied, so