From d8fca76ea1409e6f21b858c5db077c898189ceae Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 25 Sep 2012 11:34:40 +0000 Subject: [PATCH] polish --- .../doc/Property_map/CGAL/property_map.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Point_set_processing_3/doc/Property_map/CGAL/property_map.h b/Point_set_processing_3/doc/Property_map/CGAL/property_map.h index ce84f3ba5ed..5271355332b 100644 --- a/Point_set_processing_3/doc/Property_map/CGAL/property_map.h +++ b/Point_set_processing_3/doc/Property_map/CGAL/property_map.h @@ -7,7 +7,7 @@ namespace CGAL { Property map that converts a `T*` pointer (or in general an iterator over `T` elements) to the `T` object. -\models `boost::LvaluePropertyMap` +\models `LvaluePropertyMap` */ template< typename T > @@ -93,7 +93,7 @@ Property map that accesses the first item of a `std::pair`. \tparam Pair Instance of `std::pair`. -\models `boost::LvaluePropertyMap` +\models `LvaluePropertyMap` \sa `CGAL::Second_of_pair_property_map` @@ -185,7 +185,7 @@ Property map that accesses the Nth item of a `boost::tuple`. \tparam N Index of the item to access. \tparam Tuple Instance of `boost::tuple`. -\models `boost::LvaluePropertyMap` +\models `LvaluePropertyMap` ### Example ### @@ -275,7 +275,7 @@ Property map that accesses the second item of a `std::pair`. \tparam Pair Instance of `std::pair`. -\models `boost::LvaluePropertyMap` +\models `LvaluePropertyMap` \sa `CGAL::First_of_pair_property_map`