From 07cda962b6ea304b7a96b90e5db7c267e756ef0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 16 Jan 2018 17:07:42 +0100 Subject: [PATCH] Minor doc fix --- .../doc/Interpolation/CGAL/interpolation_functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Interpolation/doc/Interpolation/CGAL/interpolation_functions.h b/Interpolation/doc/Interpolation/CGAL/interpolation_functions.h index cedbca666a5..8e22f8db2f0 100644 --- a/Interpolation/doc/Interpolation/CGAL/interpolation_functions.h +++ b/Interpolation/doc/Interpolation/CGAL/interpolation_functions.h @@ -69,8 +69,8 @@ values which must be provided via a functor. \tparam CoordinateIterator must be a model of `ForwardIterator` and must have as value type a pair associating an entity, e.g. the `Vertex_handle` or `Point` types of a triangulation, to a (non-normalized) barycentric coordinate. -\tparam ValueFunctor `ValueFunctor::result_type` is a pair of the function value type -and a Boolean value. +\tparam ValueFunctor must be a functor such that `ValueFunctor::result_type` +is a pair of the function value type and a Boolean value. The function value type must provide a multiplication and addition operation with the field number type `std::iterator_traits::%value_type::second_type` and a constructor with argument `0`.