From 88b4b8dfcf1c3aefac836ddd7faaa1ee41c784c8 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 15 Jul 2020 12:04:24 +0200 Subject: [PATCH] Use lowercase in functions doc --- .../Polygon_mesh_processing/stitch_borders.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index a1073c18904..261559be58f 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -881,7 +881,8 @@ std::size_t stitch_boundary_cycle(const typename boost::graph_traits std::size_t stitch_borders(const BorderHalfedgeRange& boundary_cycle_representatives, PolygonMesh& pmesh) @@ -1209,7 +1213,7 @@ std::size_t stitch_borders(PolygonMesh& pmesh) { return stitch_borders(pmesh, parameters::all_default()); } -///\endcond +/// \endcond } // namespace Polygon_mesh_processing } // namespace CGAL