From 0f4d1db0cf1e9e38397298a56594eacd0bcb09a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Jan 2018 18:05:03 -0700 Subject: [PATCH] Provide a link into the glossary. --- include/deal.II/base/utilities.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/base/utilities.h b/include/deal.II/base/utilities.h index 06abd5cd43..17f93ff903 100644 --- a/include/deal.II/base/utilities.h +++ b/include/deal.II/base/utilities.h @@ -596,7 +596,8 @@ namespace Utilities /** * Return the number of MPI processes there exist in the given - * communicator object. If this is a sequential job (i.e., the program + * @ref GlossMPICommunicator "communicator" + * object. If this is a sequential job (i.e., the program * is not using MPI at all, or is using MPI but has been started with * only one MPI process), then the communicator necessarily involves * only one process and the function returns 1. -- 2.39.5