From 5dbcd2ff5daba75980a3a47367a0597d8eec7512 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 Jul 2016 18:18:34 -0600 Subject: [PATCH] Mark a function that already has a doxygen @deprecated string as deprecated. Specifically, use the DEAL_II_DEPRECATED mark. --- include/deal.II/fe/fe_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_tools.h b/include/deal.II/fe/fe_tools.h index cbf3c2677e..c9e108fcd9 100644 --- a/include/deal.II/fe/fe_tools.h +++ b/include/deal.II/fe/fe_tools.h @@ -1145,7 +1145,7 @@ namespace FETools */ template FiniteElement * - get_fe_from_name (const std::string &name); + get_fe_from_name (const std::string &name) DEAL_II_DEPRECATED; /** -- 2.39.5