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.2.0-rc2~7^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751a3aa789f4bbafc916986e3184ac23fa6eef42;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