summaryrefslogtreecommitdiff
path: root/src/Spatial_searching
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-07-06 16:06:27 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-07-06 16:06:27 +0000
commitded061ad26b38155e9136a0e7c01d9c0e81a36be (patch)
tree42538c174f01204490826d7370d6344034d2cbc8 /src/Spatial_searching
parent8587109e64af7ce1f17d8e7756e078a025a37bcb (diff)
Doc fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1390 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2fe62f8ab51da843e434b942d5c00e31fdc36225
Diffstat (limited to 'src/Spatial_searching')
-rw-r--r--src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h
index ca05af57..5a29b153 100644
--- a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h
+++ b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h
@@ -54,7 +54,7 @@ namespace spatial_searching {
* and the <i>incremental nearest neighbor query</i>, where no number of neighbors is provided during the call, as the
* neighbors will be computed incrementally when the iterator on the range is incremented.
*
- * \tparam K requires a model of the <a target="_blank"
+ * \tparam K must be a model of the <a target="_blank"
* href="http://doc.cgal.org/latest/Spatial_searching/classSearchTraits.html">SearchTraits</a>
* concept, such as the <a target="_blank"
* href="http://doc.cgal.org/latest/Kernel_d/classCGAL_1_1Epick__d.html">CGAL::Epick_d</a> class, which