diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index 7d11ad3d16ad..cc299f2540ab 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -345,7 +345,7 @@ The file formats supported for `CGAL::Point_set_3` are detailed in the table bel Input - `read_point_set()` + `CGAL::IO::read_point_set()` \link PkgPointSet3IOOFF `read_OFF()` \endlink \link PkgPointSet3IOXYZ `read_XYZ()` \endlink \link PkgPointSet3IOPLY `read_PLY()` \endlink @@ -353,7 +353,7 @@ The file formats supported for `CGAL::Point_set_3` are detailed in the table bel Output - `write_point_set()` + `CGAL::IO::write_point_set()` \link PkgPointSet3IOOFF `write_OFF()` \endlink \link PkgPointSet3IOXYZ `write_XYZ()` \endlink \link PkgPointSet3IOPLY `write_PLY()` \endlink @@ -381,7 +381,7 @@ their indices per face (i.e a vector of 3 integers represent a triangle face). Input - `read_polygon_soup()` + `CGAL::IO::read_polygon_soup()` \link PkgStreamSupportIoFuncsOFF `read_OFF()` \endlink \link PkgStreamSupportIoFuncsOBJ `read_OBJ()` \endlink \link PkgStreamSupportIoFuncsSTL `read_STL()` \endlink @@ -393,7 +393,7 @@ their indices per face (i.e a vector of 3 integers represent a triangle face). Output - `write_polygon_soup()` + `CGAL::IO::write_polygon_soup()` \link PkgStreamSupportIoFuncsOFF `write_OFF()` \endlink \link PkgStreamSupportIoFuncsOBJ `write_OBJ()` \endlink \link PkgStreamSupportIoFuncsSTL `write_STL()` \endlink @@ -424,7 +424,7 @@ The table above only lists the functions that work with any polygon mesh. Input - `read_polygon_mesh()` + `CGAL::IO::read_polygon_mesh()` `read_OFF()` `read_STL()` `read_VTP()` @@ -434,7 +434,7 @@ The table above only lists the functions that work with any polygon mesh. Output - `write_polygon_mesh()` + ``CGAL::IO::write_polygon_mesh()` `write_OFF()` `write_STL()` `write_VTP()` @@ -478,17 +478,17 @@ from the standard \cgal I/O functions. Input -read_WKT() -read_multi_point_WKT() -read_multi_linestring_WKT() -read_multi_polygon_WKT() +`CGAL::IO::read_WKT()` +`CGAL::IO::read_multi_point_WKT()` +`CGAL::IO::read_multi_linestring_WKT()` +`CGAL::IO::read_multi_polygon_WKT()` Output
-
-write_multi_point_WKT() -write_multi_linestring_WKT() -write_multi_polygon_WKT() +`CGAL::IO::write_multi_point_WKT()` +`CGAL::IO::write_multi_linestring_WKT()` +`CGAL::IO::write_multi_polygon_WKT()`