Skip to content

Commit

Permalink
SMDS_3 Incorrect link
Browse files Browse the repository at this point in the history
We get the warning:
```
SMDS_3/include/CGAL/tetrahedron_soup_to_triangulation_3.h:210: warning: unable to resolve link to 'polygon_soup_to_polygon_mesh()' for \link command
```

see also:
- https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/CGAL-5.6-Ic-16/logs_master/SMDS_3.log
- #6645
  • Loading branch information
albert-github committed Jun 29, 2022
1 parent 707b45c commit 5b31fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMDS_3/include/CGAL/tetrahedron_soup_to_triangulation_3.h
Expand Up @@ -165,7 +165,7 @@ namespace CGAL {
* @post the output triangulation must be a triangulation of the convex hull of `points`
* @post `is_valid()` returns `true` for the returned triangulation
*
* @sa \link polygon_soup_to_polygon_mesh() `CGAL::Polygon_mesh_processing::polygon_soup_to_polygon_mesh()` \endlink
* @sa \link Polygon_mesh_processing::polygon_soup_to_polygon_mesh() `CGAL::Polygon_mesh_processing::polygon_soup_to_polygon_mesh()` \endlink
* @sa @ref SMDS_3/tetrahedron_soup_to_c3t3_example.cpp
*
*/
Expand Down

0 comments on commit 5b31fc4

Please sign in to comment.