Skip to content

Commit ae5d93d

Browse files
ferdymercuryguitargeek
authored andcommitted
[nfc][math] improve documentation
1 parent 7856743 commit ae5d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

math/mathcore/src/TKDTree.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,9 @@ void TKDTree<Index, Value>::FindPoint(Value * point, Index &index, Int_t &iter){
744744

745745
////////////////////////////////////////////////////////////////////////////////
746746
///Find all points in the sphere of a given radius "range" around the given point
747-
///1st argument - the point
748-
///2nd argument - radius of the shere
749-
///3rd argument - a vector, in which the results will be returned
747+
/// \param point the point
748+
/// \param range radius of the sphere
749+
/// \param res a vector, in which the results will be returned
750750

751751
template <typename Index, typename Value>
752752
void TKDTree<Index, Value>::FindInRange(Value * point, Value range, std::vector<Index> &res)

0 commit comments

Comments
 (0)