From: Jonathan Robey Date: Thu, 1 Sep 2016 01:33:22 +0000 (-0700) Subject: Fix documentation X-Git-Tag: v8.5.0-rc1~717^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3047%2Fhead;p=dealii.git Fix documentation --- diff --git a/include/deal.II/fe/fe_update_flags.h b/include/deal.II/fe/fe_update_flags.h index 9ae95903ad..eaa7e27ef8 100644 --- a/include/deal.II/fe/fe_update_flags.h +++ b/include/deal.II/fe/fe_update_flags.h @@ -196,7 +196,7 @@ enum UpdateFlags */ update_jacobian_pushed_forward_3rd_derivatives = 0x1000000, /** - * @deprecated Update quadrature points + * @deprecated Use #update_quadrature_points instead. */ update_q_points = update_quadrature_points, /**