diff --git a/Polygon_repair/include/CGAL/Polygon_repair/repair.h b/Polygon_repair/include/CGAL/Polygon_repair/repair.h index f33368aa2e0..1c380b43404 100644 --- a/Polygon_repair/include/CGAL/Polygon_repair/repair.h +++ b/Polygon_repair/include/CGAL/Polygon_repair/repair.h @@ -816,7 +816,7 @@ join(const Multipolygon_with_holes_2& pa) /// \tparam Container parameter of the input and output polygons /// \tparam PA must be `Polygon_2`, or `Polygon_with_holes_2`, or `Multipolygon_with_holes_2` /// \tparam PB must be `Polygon_2`, or `Polygon_with_holes_2`, or `Multipolygon_with_holes_2` -/// \pre The polygons `pA` and `pB` must be free of self-intersections +/// \pre The polygons `pa` and `pb` must be free of self-intersections template #ifdef DOXYGEN_RUNNING Multipolygon_with_holes_2 @@ -879,7 +879,7 @@ intersect(const Multipolygon_with_holes_2& p) /// \tparam Container parameter of the input and output polygons /// \tparam PA must be `Polygon_2`, or `Polygon_with_holes_2`, or `Multipolygon_with_holes_2` /// \tparam PB must be `Polygon_2`, or `Polygon_with_holes_2`, or `Multipolygon_with_holes_2` -/// \pre The polygons `pA` and `pB` must be free of self-intersections +/// \pre The polygons `pa` and `pb` must be free of self-intersections template #ifdef DOXYGEN_RUNNING Multipolygon_with_holes_2