Skip to content

Commit

Permalink
relates and groups are somehow incompatible as the doc is then supposed
Browse files Browse the repository at this point in the history
to be move in the class
  • Loading branch information
sloriot committed Feb 13, 2025
1 parent 29dfa38 commit eca2098
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ namespace CGAL {
/*!
* \brief creates a 3D constrained Delaunay triangulation conforming to the faces of a polygon mesh.
*
* \relates CGAL::Conforming_constrained_Delaunay_triangulation_3
*
* \tparam PolygonMesh a model of `FaceListGraph`
* \include{doc} CDT_3_common_template_parameters.dox-frag
Expand Down Expand Up @@ -132,7 +131,6 @@ auto make_conforming_constrained_Delaunay_triangulation_3(const PolygonMesh &mes
/*!
* \brief creates a 3D constrained Delaunay triangulation conforming to the faces of a polygon soup.
*
* \relates CGAL::Conforming_constrained_Delaunay_triangulation_3
*
* \tparam PointRange a model of the concept `RandomAccessContainer` whose value type is the point type
* of the polygon soup
Expand Down

0 comments on commit eca2098

Please sign in to comment.