mirror of https://github.com/CGAL/cgal
Apply suggestions from code review
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
607ada33ea
commit
ad917a9421
|
|
@ -148,8 +148,8 @@ protected:
|
|||
This operator exports a `General_polygon_with_holes_2` to the output stream `os`.
|
||||
|
||||
An \ascii and a binary format exist. The format can be selected with
|
||||
the \cgal modifiers for streams, `GAL::IO::set_ascii_mode()` and `GAL::IO::set_binary_mode()`,
|
||||
respectively. The modifier `GAL::IO::set_pretty_mode()` can be used to allow for (a
|
||||
the \cgal modifiers for streams, `CGAL::IO::set_ascii_mode()` and `CGAL::IO::set_binary_mode()`,
|
||||
respectively. The modifier `CGAL::IO::set_pretty_mode()` can be used to allow for (a
|
||||
few) structuring comments in the output. Otherwise, the output would
|
||||
be free of comments. The default for writing is \ascii without comments.
|
||||
|
||||
|
|
|
|||
|
|
@ -111,8 +111,8 @@ public:
|
|||
This operator exports a polygon with holes to the output stream `os`.
|
||||
|
||||
An \ascii and a binary format exist. The format can be selected with
|
||||
the \cgal modifiers for streams, `CGAL::IO::set_ascii_mode()` and `GAL::IO::set_binary_mode()`,
|
||||
respectively. The modifier `GAL::IO::set_pretty_mode()` can be used to allow for (a
|
||||
the \cgal modifiers for streams, `CGAL::IO::set_ascii_mode()` and `CGAL::IO::set_binary_mode()`,
|
||||
respectively. The modifier `CGAL::IO::set_pretty_mode()` can be used to allow for (a
|
||||
few) structuring comments in the output. Otherwise, the output would
|
||||
be free of comments. The default for writing is \ascii without comments.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue