Skip to content

Commit

Permalink
[SYCL][NFC] Fix doxygen annotation for graph method description (#14889)
Browse files Browse the repository at this point in the history
  • Loading branch information
bader committed Aug 3, 2024
1 parent 5c9450b commit e0ef0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/source/detail/graph_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class node_impl {
/// @param Prev Predecessor to \p node being added as successor.
///
/// \p Prev should be a shared_ptr to an instance of this object, but can't
/// use a raw \p this pointer, so the extra \Prev parameter is passed.
/// use a raw \p this pointer, so the extra \p Prev parameter is passed.
void registerSuccessor(const std::shared_ptr<node_impl> &Node,
const std::shared_ptr<node_impl> &Prev) {
if (std::find_if(MSuccessors.begin(), MSuccessors.end(),
Expand Down

0 comments on commit e0ef0d7

Please sign in to comment.