remove undocumented classes

This commit is contained in:
Ken Arroyo Ohori 2023-09-06 22:31:24 +02:00
parent 015e2baf96
commit 12d3505942
3 changed files with 0 additions and 15 deletions

View File

@ -32,9 +32,6 @@
\cgalClassifedRefPages \cgalClassifedRefPages
\cgalCRPSection{Classes}
- `CGAL::Polygon_repair`
\cgalCRPSection{Functions} \cgalCRPSection{Functions}
- `CGAL::Polygon_repair::repair_odd_even()` - `CGAL::Polygon_repair::repair_odd_even()`

View File

@ -271,11 +271,6 @@ bool is_valid(const Multipolygon_with_holes_2<Kernel, PolygonContainer>& multipo
return true; 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 Kernel, class PolygonContainer = std::vector<typename Kernel::Point_2>> template <class Kernel, class PolygonContainer = std::vector<typename Kernel::Point_2>>
class Polygon_repair { class Polygon_repair {
public: public:

View File

@ -17,13 +17,6 @@
namespace CGAL { 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_> template <class Triangulation_>
class Triangulation_with_odd_even_constraints_2 : public Triangulation_ { class Triangulation_with_odd_even_constraints_2 : public Triangulation_ {
public: public: