From 12d3505942c756e90d5a447b2fbfa6e33ecbadc9 Mon Sep 17 00:00:00 2001 From: Ken Arroyo Ohori Date: Wed, 6 Sep 2023 22:31:24 +0200 Subject: [PATCH] remove undocumented classes --- Polygon_repair/doc/Polygon_repair/PackageDescription.txt | 3 --- .../include/CGAL/Polygon_repair/Polygon_repair.h | 5 ----- .../Triangulation_with_odd_even_constraints_2.h | 7 ------- 3 files changed, 15 deletions(-) diff --git a/Polygon_repair/doc/Polygon_repair/PackageDescription.txt b/Polygon_repair/doc/Polygon_repair/PackageDescription.txt index 0274c721cfa..ce5b791ff5c 100644 --- a/Polygon_repair/doc/Polygon_repair/PackageDescription.txt +++ b/Polygon_repair/doc/Polygon_repair/PackageDescription.txt @@ -32,9 +32,6 @@ \cgalClassifedRefPages -\cgalCRPSection{Classes} -- `CGAL::Polygon_repair` - \cgalCRPSection{Functions} - `CGAL::Polygon_repair::repair_odd_even()` diff --git a/Polygon_repair/include/CGAL/Polygon_repair/Polygon_repair.h b/Polygon_repair/include/CGAL/Polygon_repair/Polygon_repair.h index aa74a09864f..91829fd271d 100644 --- a/Polygon_repair/include/CGAL/Polygon_repair/Polygon_repair.h +++ b/Polygon_repair/include/CGAL/Polygon_repair/Polygon_repair.h @@ -271,11 +271,6 @@ bool is_valid(const Multipolygon_with_holes_2& multipo return true; } -/*! \ingroup PkgPolygonRepairRef - * - * The class `Polygon_repair` builds on a constrained - * triangulation to remove the parts of constraints that overlap an even number of times - */ template > class Polygon_repair { public: diff --git a/Polygon_repair/include/CGAL/Polygon_repair/Triangulation_with_odd_even_constraints_2.h b/Polygon_repair/include/CGAL/Polygon_repair/Triangulation_with_odd_even_constraints_2.h index 9a693be3d94..3d5dd2a77e4 100644 --- a/Polygon_repair/include/CGAL/Polygon_repair/Triangulation_with_odd_even_constraints_2.h +++ b/Polygon_repair/include/CGAL/Polygon_repair/Triangulation_with_odd_even_constraints_2.h @@ -17,13 +17,6 @@ namespace CGAL { -/*! \ingroup PkgPolygonRepairRef - * - * The class `Triangulation_with_odd_even_constraints_2` builds on a constrained - * triangulation to remove the parts of constraints that overlap an even number of times - * - * \tparam Triangulation_ must have support for constraints - */ template class Triangulation_with_odd_even_constraints_2 : public Triangulation_ { public: