diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h index f2b9def4332..17f8ccb9bb9 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h @@ -1484,7 +1484,7 @@ OutputIterator intersection(const General_polygon_with_holes_2& pgn1, * (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template @@ -1514,7 +1514,7 @@ OutputIterator intersection(InputIterator begin, InputIterator end, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template & pgn1, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre GpsTraits must be a model of `GeneralPolygonSetTraits_2`. @@ -1782,7 +1782,7 @@ OutputIterator intersection(InputIterator begin, InputIterator end, * type is `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre GpsTraits must be a model of `GeneralPolygonSetTraits_2`. @@ -2085,7 +2085,7 @@ bool join(const General_polygon_with_holes_2& pgn1, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template @@ -2115,7 +2115,7 @@ OutputIterator join(InputIterator begin, InputIterator end, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template & pgn1, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre `GpsTraits` must be a model of the concept `GeneralPolygonSetTraits_2`. @@ -2314,7 +2314,7 @@ OutputIterator join(InputIterator begin, InputIterator end, * type is `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre `GpsTraits` must be a model of the concept `GeneralPolygonSetTraits_2`. @@ -2351,7 +2351,7 @@ OutputIterator join(InputIterator1 begin1, InputIterator1 end1, * type is `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. * \pre `GpsTraits` must be a model of the concept `GeneralPolygonSetTraits_2`. */ @@ -3138,7 +3138,7 @@ symmetric_difference(const General_polygon_with_holes_2& pgn1, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template @@ -3169,7 +3169,7 @@ OutputIterator symmetric_difference(InputIterator begin, InputIterator end, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \return the past-the-end iterator of the output container. */ template & pgn1, * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre GpsTraits must be a model of `GeneralPolygonSetTraits_2`. @@ -3445,7 +3445,7 @@ OutputIterator symmetric_difference(InputIterator begin, InputIterator end, * type is `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param oi the output iterator for the result. * Its dereference type must be convertible to - * `Polygon_with_holes_2` (resp. `General_polygons_with_holes_2`). + * `Polygon_with_holes_2` (resp. `General_polygon_with_holes_2`). * \param traits a traits object. * \return the past-the-end iterator of the output container. * \pre GpsTraits must be a model of `GeneralPolygonSetTraits_2`.