WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e725854

Browse files
committed
docs update
1 parent f8a7875 commit e725854

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cpp/src/neighbors/ball_cover.cuh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ namespace cuvs::neighbors::ball_cover::detail {
2727
* @code{.cpp}
2828
*
2929
* #include <raft/core/resources.hpp>
30-
* #include <raft/neighbors/ball_cover.cuh>
31-
* #include <raft/distance/distance_types.hpp>
32-
* using namespace raft::neighbors;
30+
* #include <cuvs/neighbors/ball_cover.cuh>
31+
* #include <cuvs/distance/distance_types.hpp>
32+
* using namespace cuvs::neighbors;
3333
*
3434
* raft::resources handle;
3535
* ...
@@ -359,9 +359,9 @@ void eps_nn(raft::resources const& handle,
359359
* @code{.cpp}
360360
*
361361
* #include <raft/core/resources.hpp>
362-
* #include <raft/neighbors/ball_cover.cuh>
363-
* #include <raft/distance/distance_types.hpp>
364-
* using namespace raft::neighbors;
362+
* #include <cuvs/neighbors/ball_cover.cuh>
363+
* #include <cuvs/distance/distance_types.hpp>
364+
* using namespace cuvs::neighbors;
365365
*
366366
* raft::resources handle;
367367
* ...

0 commit comments

Comments
 (0)