mirror of https://github.com/CGAL/cgal
Update Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
06ebe35eb2
commit
4b621e1de5
|
|
@ -49,7 +49,7 @@ template <typename Kernel, typename Container>
|
|||
void complement(const Polygon_2<Kernel, Container>& pgn,
|
||||
Polygon_with_holes_2<Kernel, Container>& res);
|
||||
|
||||
/*! Computes the complement of a general polygon.
|
||||
/*! computes the complement of a general polygon.
|
||||
* \param pgn the input polygon.
|
||||
* \param res the complement of \p pgn.
|
||||
* \pre `%ArrTraits` must be a model of the concept
|
||||
|
|
|
|||
Loading…
Reference in New Issue