Skip to content

Commit

Permalink
change made by precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon committed Jan 10, 2025
1 parent 06f32f4 commit 1bcefab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cpp/include/cugraph/algorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,34 @@
/** @defgroup community_cpp C++ community Algorithms
*/

/** @defgroup sampling_cpp C++ sampling algorithms
/** @defgroup sampling_cpp C++ sampling algorithms
*/

/** @defgroup similarity_cpp C++ similarity algorithms
/** @defgroup similarity_cpp C++ similarity algorithms
*/

/** @defgroup traversal_cpp C++ traversal algorithms
/** @defgroup traversal_cpp C++ traversal algorithms
*/

/** @defgroup labeling_cpp C++ labeling algorithms
/** @defgroup labeling_cpp C++ labeling algorithms
*/

/** @defgroup linear_cpp C++ linear assignment algorithms
/** @defgroup linear_cpp C++ linear assignment algorithms
*/

/** @defgroup link_analysis_cpp C++ link Analysis algorithms
/** @defgroup link_analysis_cpp C++ link Analysis algorithms
*/

/** @defgroup layout_cpp C++ layout algorithms
/** @defgroup layout_cpp C++ layout algorithms
*/

/** @defgroup component_cpp C++ component algorithms
/** @defgroup component_cpp C++ component algorithms
*/

/** @defgroup tree_cpp C++ tree algorithms
/** @defgroup tree_cpp C++ tree algorithms
*/

/** @defgroup utility_cpp C++ utility algorithms
/** @defgroup utility_cpp C++ utility algorithms
*/

namespace cugraph {
Expand Down

0 comments on commit 1bcefab

Please sign in to comment.