From 8a02afbd818a7f7cc21890eb32ef3d12fd169917 Mon Sep 17 00:00:00 2001 From: "Albert-Jan N. Yzelman" Date: Tue, 7 Jan 2025 22:53:46 +0100 Subject: [PATCH] Final code review: fix doxygen error --- include/transition/fuselets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/transition/fuselets.h b/include/transition/fuselets.h index b7cc8b411..dbe208c47 100644 --- a/include/transition/fuselets.h +++ b/include/transition/fuselets.h @@ -44,7 +44,7 @@ * operations with `level-2' Sparse BLAS operations. The fused kernels exhibit * higher performance due to enhanced data reuse. An example of a fuselet is a * dense vector update, followed by a sparse matrix--vector multiplication, - * finally followed by a dot-product of two dense vectors: #update_spmv_dot. + * finally followed by a dot-product of two dense vectors: #update_spmv_dot_dsu. * * The exposed API for the fuselets is standard C. The header may also be safely * included from standard C++. In standard configuration, ALP builds and