From: David Wells Date: Tue, 7 Jul 2020 15:02:04 +0000 (-0400) Subject: Merge pull request #10253 from drwells/fix-doxygen-underscores X-Git-Tag: v9.3.0-rc1~1328 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c65cdca17f2e36084fc4f0be7b3a8727453f01;p=dealii.git Merge pull request #10253 from drwells/fix-doxygen-underscores Fix doxygen underscores. --- d1c65cdca17f2e36084fc4f0be7b3a8727453f01 diff --cc include/deal.II/base/derivative_form.h index 6cdf3629e7,b76971f70e..2a1cc783c2 --- a/include/deal.II/base/derivative_form.h +++ b/include/deal.II/base/derivative_form.h @@@ -407,9 -410,11 +407,10 @@@ apply_transformation(const DerivativeFo /** * Similar to the previous apply_transformation(). * Each row of the result corresponds to one of the rows of @p D_X transformed - * by @p grad_F, equivalent to $\text{D\_X} \, \text{grad\_F}^T$ in matrix notation. + * by @p grad_F, equivalent to $\mathrm{D\_X} \, \mathrm{grad\_F}^T$ in matrix + * notation. * * @relatesalso DerivativeForm - * @author Sebastian Pauletti, 2011, Reza Rastak, 2019 */ // rank=2 template