From: Wolfgang Bangerth Date: Wed, 13 May 2020 22:52:45 +0000 (-0600) Subject: Avoid a statement that appears to confuse doxygen. X-Git-Tag: v9.3.0-rc1~1634^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918c5058a74b0a3a2365b3d6dab50db5af8cd527;p=dealii.git Avoid a statement that appears to confuse doxygen. --- diff --git a/examples/step-50/step-50.cc b/examples/step-50/step-50.cc index 4ff41e7bff..f96f8ab632 100644 --- a/examples/step-50/step-50.cc +++ b/examples/step-50/step-50.cc @@ -52,8 +52,9 @@ #include -// Comment the following `\#define` in or out if you have PETSc and -// Trilinos installed and you prefer using PETSc in this example: +// Comment the following preprocessor definition in or out if you have +// PETSc and Trilinos installed and you prefer using PETSc in this +// example: #define FORCE_USE_OF_TRILINOS namespace LA