Stream_Support: Fix Typos (#9106)

## Summary of Changes

Missing ")"
[here](https://doc.cgal.org/latest/Stream_support/IOStreamSupportedFileFormats.html#IOStreamMedit)

and fixed in the documentation built in this PR
[here](https://cgal.github.io/9106/v0/Stream_support/IOStreamSupportedFileFormats.html#IOStreamMedit)
This commit is contained in:
Sebastien Loriot 2025-10-30 09:21:20 +01:00 committed by GitHub
commit 4f9c3fd526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -522,14 +522,14 @@ The Medit format, using file extension `.mesh`, is a format used by the Medit so
In \cgal, it is used to represent 3D meshes. In \cgal, it is used to represent 3D meshes.
A precise specification of the format is available <a href="https://inria.hal.science/inria-00069921/document">in this report</a>, A precise specification of the format is available <a href="https://inria.hal.science/inria-00069921/document">in this report</a>,
in the appendices (section 7.2.1, page 36). in the appendices (Section 7.2.1, Page 36).
The following \cgal data structures can be exported into the `.mesh` file format: The following \cgal data structures can be exported into the `.mesh` file format:
- `CGAL::Mesh_complex_3_in_triangulation_3`, using the function - `CGAL::Mesh_complex_3_in_triangulation_3`, using the function
\link CGAL::IO::write_MEDIT(std::ostream &, const CGAL::Mesh_complex_3_in_triangulation_3< T3, CornerIndex, CurveIndex >&, const NamedParameters &) `CGAL::IO::write_MEDIT(` \endlink, and \link CGAL::IO::write_MEDIT(std::ostream &, const CGAL::Mesh_complex_3_in_triangulation_3< T3, CornerIndex, CurveIndex >&, const NamedParameters &) `CGAL::IO::write_MEDIT()` \endlink, and
- `CGAL::Conforming_constrained_Delaunay_triangulation_3`, using the function - `CGAL::Conforming_constrained_Delaunay_triangulation_3`, using the function
\link CGAL::IO::write_MEDIT(std::ostream &os, const CGAL::Conforming_constrained_Delaunay_triangulation_3< Traits, Tr > &ccdt, const NamedParameters& np) `CGAL::IO::write_MEDIT(` \endlink. \link CGAL::IO::write_MEDIT(std::ostream &os, const CGAL::Conforming_constrained_Delaunay_triangulation_3< Traits, Tr > &ccdt, const NamedParameters& np) `CGAL::IO::write_MEDIT()` \endlink.
\section IOStreamTetgen Tetgen File Format \section IOStreamTetgen Tetgen File Format