mirror of https://github.com/CGAL/cgal
fix doc
This commit is contained in:
parent
0d9f89cfbd
commit
32e02c01d6
|
|
@ -250,6 +250,7 @@ the state is inactive, nothing happens.
|
||||||
There is a set of functions that
|
There is a set of functions that
|
||||||
provide support for the WKT format for 2D structures. Support Types are :
|
provide support for the WKT format for 2D structures. Support Types are :
|
||||||
- `CGAL::Point_2`
|
- `CGAL::Point_2`
|
||||||
|
- `CGAL::Point_3`
|
||||||
- `CGAL::Polygon_with_holes_2`
|
- `CGAL::Polygon_with_holes_2`
|
||||||
- Random Access Range of the previous types.
|
- Random Access Range of the previous types.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -360,7 +360,7 @@ write_multi_polygon_WKT( std::ostream& out,
|
||||||
//! \brief write_multi_linestring_WKT writes the content of `mls`
|
//! \brief write_multi_linestring_WKT writes the content of `mls`
|
||||||
//! into a WKT file.
|
//! into a WKT file.
|
||||||
//! `MultiLineString` must be a `RandomAccessRange` of `LineString`.
|
//! `MultiLineString` must be a `RandomAccessRange` of `LineString`.
|
||||||
//! \see `CGAL::write_linestring_WKT`
|
//! \see `CGAL::write_linestring_WKT()`
|
||||||
template<typename MultiLineString>
|
template<typename MultiLineString>
|
||||||
std::ostream&
|
std::ostream&
|
||||||
write_multi_linestring_WKT( std::ostream& out,
|
write_multi_linestring_WKT( std::ostream& out,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue