From ba5ba4bc3df26c5611987e96b269aa7ed2d07f7f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 17 Apr 2020 17:12:57 -0400 Subject: [PATCH] Fix include --- include/deal.II/base/parameter_handler.h | 2 +- include/deal.II/lac/sparsity_tools.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index a9eb31d0af..9a9648cf57 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -965,7 +965,7 @@ public: const bool skip_undefined = false); /** - * Parse input from a specified parameter file @param filename independently + * Parse input from a specified parameter file @p filename independently * of the type of input file (prm, xml, json) being used. The code path * selected by this function is extracted from the ending of the filename, * so the user has to make sure that the content of the input file is diff --git a/include/deal.II/lac/sparsity_tools.h b/include/deal.II/lac/sparsity_tools.h index 2c24ff59f5..579be8f636 100644 --- a/include/deal.II/lac/sparsity_tools.h +++ b/include/deal.II/lac/sparsity_tools.h @@ -338,7 +338,7 @@ namespace SparsityTools * @param mpi_comm The MPI communicator shared between the processors that * participate in this operation. * - * @param locally_relevant_range The range of rows this MPI process needs to + * @param locally_relevant_rows The range of rows this MPI process needs to * gather. Only the part which is not included in the locally owned rows will * be used. */ -- 2.39.5