From 7a2e4bef33a94f0a6dba2af1dfb24c6b10075ba4 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Tue, 14 Nov 2023 10:44:31 +0100 Subject: [PATCH] doc fix [skip ci] --- .../doc/Kinetic_shape_reconstruction/Concepts/KineticLCCItems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_shape_reconstruction/doc/Kinetic_shape_reconstruction/Concepts/KineticLCCItems.h b/Kinetic_shape_reconstruction/doc/Kinetic_shape_reconstruction/Concepts/KineticLCCItems.h index 4bcd336df02..bce9c5d7121 100644 --- a/Kinetic_shape_reconstruction/doc/Kinetic_shape_reconstruction/Concepts/KineticLCCItems.h +++ b/Kinetic_shape_reconstruction/doc/Kinetic_shape_reconstruction/Concepts/KineticLCCItems.h @@ -28,7 +28,7 @@ The fourth type in Attributes tuple must be a model of the `KineticLCCVolumeAttr struct KineticLCCItems { /// \name Types /// @{ - /// Using the index-based version of the `Linear_Cell_Complex`. + /// Using the index-based version of the `LinearCellComplex` concept. typedef CGAL::Tag_true Use_index; typedef std::uint32_t Index_type; /// @}