start doc

This commit is contained in:
Jane Tournois 2020-09-08 22:05:45 +02:00
parent 626ba2745c
commit cba55b26b5
1 changed files with 8 additions and 0 deletions

View File

@ -435,6 +435,14 @@ public:
* \cgalParamDefault{a \cgal Kernel deduced from the point type, using `CGAL::Kernel_traits`}
* \cgalParamExtra{The geometric traits class must be compatible with the vertex point type.}
* \cgalParamNEnd
*
* \cgalParamNBegin{split_visitor}
* \cgalParamDescription{a visitor that allows track how faces are split}
* \cgalParamType{a class model of `SplitVisitor`}
* \cgalParamDefault{No visitor.}
* \cgalParamExtra{Note that the visitor will be copied, so
* it should not have any data member that does have a reference-like type.}
* `\cgalParamNEnd
* \cgalNamedParamsEnd
*
* @return `true` if the face has been triangulated.