Polygon: Prefix functions with CGAL::IO (#8887)

## Summary of Changes

Prefix function in the documentation, so that there is a link.

## Release Management

* Affected package(s):  Polygon
* License and copyright ownership: unchanged
This commit is contained in:
Sebastien Loriot 2025-05-26 10:10:32 +02:00 committed by GitHub
commit f467885de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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, `set_ascii_mode()` and `set_binary_mode()`,
respectively. The modifier `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.

View File

@ -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, `set_ascii_mode()` and `set_binary_mode()`,
respectively. The modifier `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.