From: Daniel Arndt Date: Sun, 12 Apr 2020 23:43:32 +0000 (-0400) Subject: Use @p instead of @param X-Git-Tag: v9.2.0-rc1~207^2~15 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25eae780ba63e01e654775f96088a407c9519914;p=dealii.git Use @p instead of @param --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index d6e011876f..71d8f4d309 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -798,11 +798,11 @@ namespace DoFTools * allowing constraints to be imposed on the continuous part while also * building the flux terms needed for the discontinuous part. * - * The optional @param face_has_flux_coupling can be used to specify on which + * The optional @p face_has_flux_coupling can be used to specify on which * faces flux couplings occur. This allows for creating a sparser pattern when * using a bilinear form where flux terms only appear on a subset of the faces * in the triangulation. By default flux couplings are added over all internal - * faces. @param face_has_flux_coupling should be a function that takes an + * faces. @p face_has_flux_coupling should be a function that takes an * active_cell_iterator and a face index and should return true if there is a * flux coupling over the face. When using the ::dealii::DoFHandler we could, * for example, use diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index c594db99e1..3171127d8a 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -377,7 +377,7 @@ namespace GridGenerator * The indicators for the surfaces in the y-direction are 2 and 3, and the * ones for the z-direction are 5 and 6. The hole boundary has indicator 4. * - * @param tria the triangulation to be created. It needs to be empty upon + * @p tria is the triangulation to be created. It needs to be empty upon * calling this function. * * @author Denis Davydov, 2018