Incorrect use of backticks (#8951)

Missing or double backticks corrected.

Found during the overnight documentation build: Doxygen Manual Results
for CGAL-6.1-Ic-182
This commit is contained in:
Sebastien Loriot 2025-06-26 21:52:18 +02:00 committed by GitHub
commit 6df737376d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ namespace CGAL {
/*! \ingroup PkgArrangementOnSurface2Ref
*
* `Arr_observer<Arrangement_2>` is an alias for
* Aos_observer<Arrangement_on_surface_2>`,
* `Aos_observer<Arrangement_on_surface_2>`,
* where `Arrangement_2` derives from `Arrangement_on_surface_2` and the latter
* is an instance of the template
* `CGAL::Arrangement_on_surface_2<GeometryTraits, TopologyTraits>`.

View File

@ -170,7 +170,7 @@ public:
/*!
* Function object type that provides
* `Vector_3 operator()(Plane_3 h, Point_3 p)
* `Vector_3 operator()(Plane_3 h, Point_3 p)`
* returns the orthogonal projection of `p` onto `h`.
*/
typedef unspecified_type Construct_projected_point_3;

View File

@ -761,7 +761,7 @@ elements) is constructed using a call to the functor `construct_intersection`
\snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h use construct intersection
and eventually `%intersect_index` is the element \#1 of `%intersect`.
\snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h get construct intersection
The dimension of the underlying simplex is stored as the element \#2 of `%intersect``.
The dimension of the underlying simplex is stored as the element \#2 of `%intersect`.
The result of the custom initialization can be seen in
\cgalFigureRef{mesh3custominitimage3D}. The generated 3D image contains a

View File

@ -436,7 +436,7 @@ The table above only lists the functions that work with any polygon mesh.
</tr>
<tr>
<td>Output</td>
<td>``CGAL::IO::write_polygon_mesh()`</td>
<td>`CGAL::IO::write_polygon_mesh()`</td>
<td>`CGAL::IO::write_OFF()`</td>
<td>`CGAL::IO::write_STL()`</td>
<td>`CGAL::IO::write_VTP()`</td>