diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index a25703cdd94..93ac4389432 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -250,6 +250,7 @@ the state is inactive, nothing happens. There is a set of functions that provide support for the WKT format for 2D structures. Support Types are : - `CGAL::Point_2` +- `CGAL::Point_3` - `CGAL::Polygon_with_holes_2` - Random Access Range of the previous types. */ diff --git a/Stream_support/include/CGAL/IO/WKT.h b/Stream_support/include/CGAL/IO/WKT.h index fa82d27603e..8352908dbc7 100644 --- a/Stream_support/include/CGAL/IO/WKT.h +++ b/Stream_support/include/CGAL/IO/WKT.h @@ -360,7 +360,7 @@ write_multi_polygon_WKT( std::ostream& out, //! \brief write_multi_linestring_WKT writes the content of `mls` //! into a WKT file. //! `MultiLineString` must be a `RandomAccessRange` of `LineString`. -//! \see `CGAL::write_linestring_WKT` +//! \see `CGAL::write_linestring_WKT()` template std::ostream& write_multi_linestring_WKT( std::ostream& out,