From 7022c110ba9fecedfcde81bcc9f28388be76353b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 3 Mar 2020 14:00:32 -0500 Subject: [PATCH] fix some doxygen warnings --- include/deal.II/base/tensor_function_parser.h | 2 +- include/deal.II/dofs/dof_tools.h | 2 +- include/deal.II/matrix_free/cuda_fe_evaluation.h | 2 +- include/deal.II/particles/particle_handler.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/tensor_function_parser.h b/include/deal.II/base/tensor_function_parser.h index 4137b5198b..7ee8c802f2 100644 --- a/include/deal.II/base/tensor_function_parser.h +++ b/include/deal.II/base/tensor_function_parser.h @@ -330,7 +330,7 @@ private: unsigned int n_vars; /** - * Number of components is equal dimrank<\sup>. + * Number of components is equal dimrank. */ unsigned int n_components; }; diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 01de1f284f..d6e011876f 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -2523,7 +2523,7 @@ namespace DoFTools * @param[in,out] support_points A map that for every locally relevant DoF * index contains the corresponding location in real space coordinates. * Previous content of this object is deleted in this function. - * @param[in] component_mask An optional component mask that restricts the + * @param[in] mask An optional component mask that restricts the * components from which the support points are extracted. */ template diff --git a/include/deal.II/matrix_free/cuda_fe_evaluation.h b/include/deal.II/matrix_free/cuda_fe_evaluation.h index 9aa02d4403..176e3ceeb4 100644 --- a/include/deal.II/matrix_free/cuda_fe_evaluation.h +++ b/include/deal.II/matrix_free/cuda_fe_evaluation.h @@ -298,7 +298,7 @@ namespace CUDAWrappers // clang-format off /** - * Same as above, except that the functor @func only takes a single input + * Same as above, except that the functor @p func only takes a single input * argument (fe_eval) and computes the quadrature point from the thread id. * * @p func needs to define diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index 9d8225c20f..551f39133b 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -252,7 +252,7 @@ namespace Particles * function on the calling mpi process, and that falls within the part of * triangulation owned by this mpi process. * - * @param[in] position A vector of points that do not need to be on the + * @param[in] positions A vector of points that do not need to be on the * local processor, but have to be in the triangulation that is associated * with this ParticleHandler object. * -- 2.39.5