From: David Wells Date: Fri, 1 May 2020 16:53:16 +0000 (-0400) Subject: Remove some unneeded backslashes. X-Git-Tag: v9.2.0-rc1~145^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10007%2Fhead;p=dealii.git Remove some unneeded backslashes. MathJax doesn't need to escape underscores in text mode. --- diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index f210c3dc1e..d7c855ff3a 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -370,8 +370,8 @@ public: * @relatesalso LinearOperator * * Addition of two linear operators @p first_op and @p second_op given by - * $(\text{first\_op}+\text{second\_op})x \dealcoloneq \text{first\_op}(x) + - * \text{second\_op}(x)$ + * $(\text{first_op}+\text{second_op})x \dealcoloneq \text{first_op}(x) + + * \text{second_op}(x)$ * * @ingroup LAOperators */ @@ -429,8 +429,8 @@ operator+(const LinearOperator &first_op, * @relatesalso LinearOperator * * Subtraction of two linear operators @p first_op and @p second_op given by - * $(\text{first\_op}-\text{second\_op})x \dealcoloneq \text{first\_op}(x) - - * \text{second\_op}(x)$ + * $(\text{first_op}-\text{second_op})x \dealcoloneq \text{first_op}(x) - + * \text{second_op}(x)$ * * @ingroup LAOperators */ @@ -564,8 +564,8 @@ operator*(const LinearOperator &op, * @relatesalso LinearOperator * * Composition of two linear operators @p first_op and @p second_op given by - * $(\text{first\_op}*\text{second\_op})x \dealcoloneq - * \text{first\_op}(\text{second\_op}(x))$ + * $(\text{first_op}*\text{second_op})x \dealcoloneq + * \text{first_op}(\text{econd_op}(x))$ * * @ingroup LAOperators */