mirror of https://github.com/CGAL/cgal
fix doc
This commit is contained in:
parent
5bd5fbf825
commit
6f6985065d
|
|
@ -188,7 +188,7 @@ struct AABB_traits_base_2<GeomTraits,true>{
|
|||
/// \tparam Primitive provide the type of primitives stored in the AABB_tree.
|
||||
/// It is a model of the concept `AABBPrimitive` or `AABBPrimitiveWithSharedData`.
|
||||
///
|
||||
/// \tparam BboxMap must be a property map that has as key type a primitive id,
|
||||
/// \tparam BboxMap must be a model of `ReadablePropertyMap` that has as key type a primitive id,
|
||||
/// and as value type a `Bounding_box`.
|
||||
/// If the type is `Default` the `Datum` must have the
|
||||
/// member function `bbox()` that returns the bounding box of the primitive.
|
||||
|
|
|
|||
Loading…
Reference in New Issue