From c1eacac982b6476a9bc415b92fe4726d539f1330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 21 Jun 2022 10:42:30 +0200 Subject: [PATCH] fix link --- .../doc/Linear_cell_complex/Concepts/LinearCellComplexTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexTraits.h b/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexTraits.h index 73b2f5d0cbd..ef4c0f72cf0 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexTraits.h +++ b/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexTraits.h @@ -52,7 +52,7 @@ Functor that provides \link LinearCellComplexTraits::Point `Point`\endlink `operator() (const` \link Point `Point`\endlink`& p, const` \link LinearCellComplexTraits::Vector `Vector`\endlink`& v)`, which constructs the translation of point `p` by vector `v`, and \link LinearCellComplexTraits::Point `Point`\endlink `operator() (const CGAL::Origin&, const` \link LinearCellComplexTraits::Vector `Vector`\endlink`& v)`, -which constructs the translation of a point at the origin by vector `v` (used in \link CGAL::barycenter `barycenter`\endlink). +which constructs the translation of a point at the origin by vector `v` (used in \link LinearCellComplex::barycenter `barycenter()`\endlink). */ typedef unspecified_type Construct_translated_point;