From 88393d7c7f7420e212e57be735cd645b20935530 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 22 Apr 2023 16:12:26 -0600 Subject: [PATCH] More doxygen fixes. --- include/deal.II/base/mpi.h | 4 ++-- include/deal.II/base/time_stepping.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 7582cf1f69..9347e17159 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -1071,8 +1071,8 @@ namespace Utilities * processor. In most use cases, one will of course want to work * on all MPI processes using essentially the same program, and so * this is not an issue. But if you plan to run deal.II-based work - * on only a subset of MPI processes, using an @ ref - * GlossMPICommunicator "MPI communicator" that is a subset of + * on only a subset of MPI processes, using an + * @ref GlossMPICommunicator "MPI communicator" that is a subset of * `MPI_COMM_WORLD` (for example, in client-server settings where * only a subset of processes is responsible for the finite * element communications and the remaining processes do other diff --git a/include/deal.II/base/time_stepping.h b/include/deal.II/base/time_stepping.h index cb1275ab95..ed164b3872 100644 --- a/include/deal.II/base/time_stepping.h +++ b/include/deal.II/base/time_stepping.h @@ -242,7 +242,7 @@ namespace TimeStepping * problems. The input parameters are the time, $ \tau $, and a vector. * The output is the value of function at this point. This function * returns the time at the end of the time step. When using Runge-Kutta - * methods, @p F and @ J_inverse can only contain one element. + * methods, @p F and @p J_inverse can only contain one element. */ double evolve_one_time_step( -- 2.39.5