From: Wolfgang Bangerth Date: Wed, 27 Jul 2016 00:18:34 +0000 (-0600) Subject: Mark a function that already has a doxygen @deprecated string as deprecated. X-Git-Tag: v8.5.0-rc1~838^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2874%2Fhead;p=dealii.git Mark a function that already has a doxygen @deprecated string as deprecated. Specifically, use the DEAL_II_DEPRECATED mark. --- 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; /**