File tree Expand file tree Collapse file tree
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL
Kinetic_space_partition/doc/Kinetic_space_partition/Concepts
Stream_support/doc/Stream_support Expand file tree Collapse file tree Original file line number Diff line number Diff 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>`.
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
762762and 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
766766The result of the custom initialization can be seen in
767767\cgalFigureRef{mesh3custominitimage3D}. The generated 3D image contains a
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments