From: Timo Heister Date: Mon, 23 Sep 2019 19:38:25 +0000 (-0400) Subject: fix documentation in DerivativeApproximation X-Git-Tag: v9.2.0-rc1~1046^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6b450dea2ae8f73a9908daa6bd3cde7b5bf6cd;p=dealii.git fix documentation in DerivativeApproximation --- diff --git a/include/deal.II/numerics/derivative_approximation.h b/include/deal.II/numerics/derivative_approximation.h index b6d5493996..be3854dd8c 100644 --- a/include/deal.II/numerics/derivative_approximation.h +++ b/include/deal.II/numerics/derivative_approximation.h @@ -186,8 +186,7 @@ namespace DerivativeApproximation const unsigned int component = 0); /** - * Call the @p interpolate function, see above, with - * mapping=MappingQGeneric@(1). + * Call the function above with mapping=MappingQGeneric@(1). */ template class DoFHandlerType, @@ -228,8 +227,7 @@ namespace DerivativeApproximation const unsigned int component = 0); /** - * Call the @p interpolate function, see above, with - * mapping=MappingQGeneric@(1). + * Call the function above with mapping=MappingQGeneric@(1). */ template class DoFHandlerType,