From ae8f32511f020fa4f456e685784ae15a98de015f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 3 Feb 2015 14:26:43 +0100 Subject: [PATCH] improve doc --- Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h | 2 +- 1 file changed, 1 insertion(+), 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 449103e9ec1..65a1e322376 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h @@ -2269,7 +2269,7 @@ private: //------------------------------------------------------- private data /// and analoguously for halfedges, edges, and faces. /// Copies entries of all property maps which have the same name in `sm` and `other`. /// that is, property maps which are only in `other` are ignored. - /// Also copies elements which are marked as removed, and concatenates the freelists of sm and other. + /// Also copies elements which are marked as removed, and concatenates the freelists of `sm` and `other`. template Surface_mesh

& operator+=(Surface_mesh

& sm, const Surface_mesh

& other)