From 4326855d2a09b311c58f12aa56c6518ee2bb7717 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Wed, 6 Jul 2022 20:03:38 +0200 Subject: [PATCH] Highlight note in MassOperator doc --- include/deal.II/matrix_free/operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index 339e651b18..4118825da3 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -730,7 +730,7 @@ namespace MatrixFreeOperators /** * This class implements the operation of the action of a mass matrix. * - * Note that this class only supports the non-blocked vector variant of the + * @note This class only supports the non-blocked vector variant of the * Base operator because only a single FEEvaluation object is used in the * apply function. */ -- 2.39.5