diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h index 25a56f4126e..4acae98b2df 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h @@ -2180,7 +2180,6 @@ private: //------------------------------------------------------- private data /// the header of the PLY stream (each line will be precedeed by /// "comment "). /// - /// \relates Surface_mesh template bool write_ply(std::ostream& os, const Surface_mesh

& sm, const std::string& comments = std::string()) {