From: Fabian Castelli Date: Wed, 6 Jul 2022 18:03:38 +0000 (+0200) Subject: Highlight note in MassOperator doc X-Git-Tag: v9.5.0-rc1~1065^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4326855d2a09b311c58f12aa56c6518ee2bb7717;p=dealii.git Highlight note in MassOperator doc --- 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. */