diff --git a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h
index 6b4c2fb0f01..853a99246a2 100644
--- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h
+++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h
@@ -24,7 +24,7 @@ namespace CGAL
* - Linearly normalized between [0,1].
*
* @pre @a polyhedron.is_pure_triangle()
- * @tparam Polyhedron a CGAL polyhedron
+ * @tparam Polyhedron a %CGAL polyhedron
* @tparam SDFPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type
* @tparam GeomTraits a model of SegmentationGeomTraits
* @param polyhedron surface mesh on which SDF values are computed
@@ -63,7 +63,7 @@ compute_sdf_values(const Polyhedron& polyhedron,
* and number of segments. However, large number of clusters likely to result in detailed segmentation of the mesh with large number of segments.
*
* @pre @a polyhedron.is_pure_triangle()
- * @tparam Polyhedron a CGAL polyhedron
+ * @tparam Polyhedron a %CGAL polyhedron
* @tparam SDFPropertyMap a `ReadablePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type
* @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `int` as value type
* @tparam GeomTraits a model of SegmentationGeomTraits
@@ -111,7 +111,7 @@ segment_from_sdf_values(const Polyhedron& polyhedron,
* and then call CGAL::surface_mesh_segmentation_from_sdf_values with the same SDF values.
*
* @pre @a polyhedron.is_pure_triangle()
- * @tparam Polyhedron a CGAL polyhedron
+ * @tparam Polyhedron a %CGAL polyhedron
* @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `int` as value type
* @tparam GeomTraits a model of SegmentationGeomTraits
* @param polyhedron surface mesh on which SDF values are computed