From: Marc Fehling Date: Fri, 4 Jul 2025 14:35:57 +0000 (+0200) Subject: Add doxygen deprecation tag to deprecated function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682f2bbc24d596e2c45822671ddf8c8e01636f5a;p=dealii.git Add doxygen deprecation tag to deprecated function. --- diff --git a/include/deal.II/fe/fe_interface_values.h b/include/deal.II/fe/fe_interface_values.h index 3cb4a53521..ebf0513498 100644 --- a/include/deal.II/fe/fe_interface_values.h +++ b/include/deal.II/fe/fe_interface_values.h @@ -1611,6 +1611,8 @@ public: * The normal points in outwards direction as seen from the first cell of * this interface. * + * @deprecated Use the function normal_vector(). + * * @dealiiRequiresUpdateFlags{update_normal_vectors} */ DEAL_II_DEPRECATED_EARLY_WITH_COMMENT("Use the function normal_vector().")