Remove superfluous styling

This commit is contained in:
Philipp Möller 2013-01-25 11:24:12 +01:00
parent 2e37ff869c
commit e17201c286
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public:
/// Constructs an internal KD-tree containing the specified point
/// set, to be used as the set of potential hints for accelerating
/// the distance queries.
/// \tparam `ConstPointIterator` is an iterator with
/// \tparam ConstPointIterator is an iterator with
/// value type `Point_and_primitive_id`.
template<typename ConstPointIterator>
bool accelerate_distance_queries(ConstPointIterator first,