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:
Efi Fogel 2020-10-05 15:15:07 +03:00 committed by GitHub
parent 06ebe35eb2
commit 4b621e1de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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