From 3dce5ec8b00c81b02f85e36143a8efc659cdf40a Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Fri, 26 Apr 2019 13:28:45 +0200 Subject: [PATCH] Remove useless relates --- Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h | 1 - 1 file changed, 1 deletion(-) 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()) {