From 4aec16df79717fbc5709cb5729a452dc872ad26d Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 24 Jun 2025 11:49:28 +0200 Subject: [PATCH] Incorrect use of backticks Missing or double backticks corrected. --- .../doc/Arrangement_on_surface_2/CGAL/Arr_observer.h | 2 +- .../Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h | 2 +- Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- Stream_support/doc/Stream_support/IOstream.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 Stream_support/doc/Stream_support/IOstream.txt diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_observer.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_observer.h index 99abf22396f..7335a661699 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_observer.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_observer.h @@ -3,7 +3,7 @@ namespace CGAL { /*! \ingroup PkgArrangementOnSurface2Ref * * `Arr_observer` is an alias for - * Aos_observer`, + * `Aos_observer`, * where `Arrangement_2` derives from `Arrangement_on_surface_2` and the latter * is an instance of the template * `CGAL::Arrangement_on_surface_2`. diff --git a/Kinetic_space_partition/doc/Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h b/Kinetic_space_partition/doc/Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h index a66dfbd778c..b142e2d27e7 100644 --- a/Kinetic_space_partition/doc/Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h +++ b/Kinetic_space_partition/doc/Kinetic_space_partition/Concepts/KineticPartitionTraits_3.h @@ -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; diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index 5c6510ec396..ed9252ac5b2 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -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 diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt old mode 100644 new mode 100755 index dba097d69e6..a3eb9fe78da --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -436,7 +436,7 @@ The table above only lists the functions that work with any polygon mesh. Output - ``CGAL::IO::write_polygon_mesh()` + `CGAL::IO::write_polygon_mesh()` `CGAL::IO::write_OFF()` `CGAL::IO::write_STL()` `CGAL::IO::write_VTP()`