Incorrect use of backticks

Missing or double backticks corrected.
This commit is contained in:
albert-github 2025-06-24 11:49:28 +02:00
parent bc943275f6
commit 4aec16df79
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -170,7 +170,7 @@ public:
/*! /*!
* Function object type that provides * 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`. * returns the orthogonal projection of `p` onto `h`.
*/ */
typedef unspecified_type Construct_projected_point_3; 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 \snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h use construct intersection
and eventually `%intersect_index` is the element \#1 of `%intersect`. and eventually `%intersect_index` is the element \#1 of `%intersect`.
\snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h get construct intersection \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 The result of the custom initialization can be seen in
\cgalFigureRef{mesh3custominitimage3D}. The generated 3D image contains a \cgalFigureRef{mesh3custominitimage3D}. The generated 3D image contains a

2
Stream_support/doc/Stream_support/IOstream.txt Normal file → Executable file
View File

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