diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h index 26874dddf2f..f89c2286f3e 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h @@ -2084,7 +2084,7 @@ private: //------------------------------------------------------- private data /// \relates Surface_mesh /// Inserts the surface mesh in an output stream in Ascii OFF format. - /// If the vertices have the property "v:normal" it is also inserted in the stream. + /// None of the proprties is inserted in the stream. /// \note `operator<<(std::ostream&,const P&)` must be defined. template std::ostream& operator<<(std::ostream& os, const Surface_mesh

& sm) @@ -2113,7 +2113,7 @@ private: //------------------------------------------------------- private data } /// \relates Surface_mesh /// Extracts the surface mesh from an input stream in Ascii OFF format. - /// If the vertices have the property "v:normal" it is also extracted from the stream. + /// The operator does not read files with vertex normals or textures. /// \note `operator>>(std::istream&,const P&)` must be defined. template std::istream& operator>>(std::istream& is, Surface_mesh

& sm)