From: Wolfgang Bangerth Date: Tue, 1 Dec 2020 01:19:39 +0000 (-0700) Subject: Try a different way to mark up a word. X-Git-Tag: v9.3.0-rc1~824^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4004c88e78f3e3c027cf0311824ef9940826ed42;p=dealii.git Try a different way to mark up a word. --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index cb0b66a1ee..f948a306d9 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -38,7 +38,7 @@ // But there may be cases where you want to use Trilinos, even though // deal.II has *also* been configured with PETSc, for example to // compare the performance of these two libraries. To do this, -// add the following `\#define` to the source code: +// add the following \#define to the source code: // @code // #define FORCE_USE_OF_TRILINOS // @endcode