From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Sat, 22 Apr 2023 22:12:26 +0000 (-0600)
Subject: More doxygen fixes.
X-Git-Tag: v9.5.0-rc1~291^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88393d7c7f7420e212e57be735cd645b20935530;p=dealii.git

More doxygen fixes.
---

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(