Skip to content

Commit 6df7373

Browse files
authored
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
2 parents 493fa7c + 447e6b9 commit 6df7373

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_observer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace CGAL {
33
/*! \ingroup PkgArrangementOnSurface2Ref
44
*
55
* `Arr_observer<Arrangement_2>` is an alias for
6-
* Aos_observer<Arrangement_on_surface_2>`,
6+
* `Aos_observer<Arrangement_on_surface_2>`,
77
* where `Arrangement_2` derives from `Arrangement_on_surface_2` and the latter
88
* is an instance of the template
99
* `CGAL::Arrangement_on_surface_2<GeometryTraits, TopologyTraits>`.

Kinetic_space_partition/doc/Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class KineticSpacePartitionTraits_3 {
170170

171171
/*!
172172
* Function object type that provides
173-
* `Vector_3 operator()(Plane_3 h, Point_3 p)
173+
* `Vector_3 operator()(Plane_3 h, Point_3 p)`
174174
* returns the orthogonal projection of `p` onto `h`.
175175
*/
176176
typedef unspecified_type Construct_projected_point_3;

Mesh_3/doc/Mesh_3/Mesh_3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ elements) is constructed using a call to the functor `construct_intersection`
761761
\snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h use construct intersection
762762
and eventually `%intersect_index` is the element \#1 of `%intersect`.
763763
\snippet CGAL/Mesh_3/Construct_initial_points_labeled_image.h get construct intersection
764-
The dimension of the underlying simplex is stored as the element \#2 of `%intersect``.
764+
The dimension of the underlying simplex is stored as the element \#2 of `%intersect`.
765765

766766
The result of the custom initialization can be seen in
767767
\cgalFigureRef{mesh3custominitimage3D}. The generated 3D image contains a

Stream_support/doc/Stream_support/IOstream.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ The table above only lists the functions that work with any polygon mesh.
436436
</tr>
437437
<tr>
438438
<td>Output</td>
439-
<td>``CGAL::IO::write_polygon_mesh()`</td>
439+
<td>`CGAL::IO::write_polygon_mesh()`</td>
440440
<td>`CGAL::IO::write_OFF()`</td>
441441
<td>`CGAL::IO::write_STL()`</td>
442442
<td>`CGAL::IO::write_VTP()`</td>

0 commit comments

Comments
 (0)