Fix \sa in PMP::IO::read_PM

This commit is contained in:
Mael Rouxel-Labbé 2022-03-08 10:00:44 +01:00
parent dff0dd4de5
commit 712f3a66ac
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace IO {
* *
* \return `true` if the reading, repairing, and orientation operations were successful, `false` otherwise. * \return `true` if the reading, repairing, and orientation operations were successful, `false` otherwise.
* *
* \sa \link PkgBGLIOFct `CGAL::IO::write_polygon_mesh()` \endlink * \sa \link PkgBGLIOFct `CGAL::IO::read_polygon_mesh()` \endlink
*/ */
template <typename PolygonMesh, typename NamedParameters = parameters::Default_named_parameters> template <typename PolygonMesh, typename NamedParameters = parameters::Default_named_parameters>
bool read_polygon_mesh(const std::string& fname, bool read_polygon_mesh(const std::string& fname,