fix typedef

This commit is contained in:
Sébastien Loriot 2022-06-04 11:28:37 +02:00
parent 44455c438b
commit 31e41eb9fe
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ bool step_by_step_refine_mesh();
* the bounded connected components including at least * the bounded connected components including at least
* one seed. If `seeds_are_in_domain==false`, the domain is the * one seed. If `seeds_are_in_domain==false`, the domain is the
* union of the bounded components including no seed.} * union of the bounded components including no seed.}
* \cgalParamType{a class model of `ConstRange` with iterator being a model of `InputIterator` with `CDT::Point_2` as value type.} * \cgalParamType{a class model of `ConstRange` with iterator being a model of `InputIterator` with `CDT::Point` as value type.}
* \cgalParamDefault{No seed.} * \cgalParamDefault{No seed.}
* \cgalParamNEnd * \cgalParamNEnd
* \cgalParamNBegin{criteria} * \cgalParamNBegin{criteria}