From: Daniel Arndt Date: Thu, 10 Aug 2017 20:40:18 +0000 (+0200) Subject: Fix up documentation X-Git-Tag: v9.0.0-rc1~1287^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db74979d7346431b730d6139f63f7b748005fd7;p=dealii.git Fix up documentation --- diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index ed5b352578..f98785b014 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -254,7 +254,7 @@ namespace internal * still select which of the different X::f() we want based on * the subdim template argument. * - * @deprecated Use std::integral_constant instead. + * @deprecated Use std::integral_constant instead. * * @author Wolfgang Bangerth, 2006 */ @@ -266,7 +266,7 @@ namespace internal /** * The equivalent of the int2type class for boolean arguments. * - * @deprecated Use std::integral_constant instead. + * @deprecated Use std::integral_constant instead. * * @author Wolfgang Bangerth, 2009 */