This commit is contained in:
Maxime Gimeno 2018-04-03 14:14:52 +02:00
parent 0d9f89cfbd
commit 32e02c01d6
2 changed files with 2 additions and 1 deletions

View File

@ -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.
*/

View File

@ -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<typename MultiLineString>
std::ostream&
write_multi_linestring_WKT( std::ostream& out,