From 034f8c9004b6283c2d5f76036d1040213aba4c66 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 16 May 2018 14:53:51 +0800 Subject: [PATCH] Fix wrong doxygen markup. --- include/deal.II/base/mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 4d50ccb9d2..3fb804d4a8 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -126,7 +126,7 @@ namespace Utilities MPI_Comm duplicate_communicator (const MPI_Comm &mpi_communicator); /** - * If @comm is an intracommunicator, this function returns a new + * If @p comm is an intracommunicator, this function returns a new * communicator @p newcomm with communication group defined by the * @p group argument. The function is only collective over the group of * processes that actually want to create the communicator, i.e., that -- 2.39.5