From 1e9669cec3208d2db8aa2f2da4571b4b3fa9f59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 4 May 2018 10:49:48 +0200 Subject: [PATCH] fix doc --- Property_map/include/CGAL/property_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Property_map/include/CGAL/property_map.h b/Property_map/include/CGAL/property_map.h index acd4ad57337..fba1c0d6573 100644 --- a/Property_map/include/CGAL/property_map.h +++ b/Property_map/include/CGAL/property_map.h @@ -542,7 +542,7 @@ struct Cartesian_converter_property_map }; /// \ingroup PkgProperty_map -/// returns `Cartesian_converter_property_map(&vpm)` +/// returns `Cartesian_converter_property_map(vpm)` template Cartesian_converter_property_map make_cartesian_converter_property_map(Vpm vpm)