From dee9f0dd1f2b2a6b4d102563463273226d41033b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 24 Apr 2018 16:41:23 -0400 Subject: [PATCH] more doxygen fixes --- include/deal.II/base/parameter_acceptor.h | 1 + include/deal.II/fe/mapping_q_eulerian.h | 2 +- include/deal.II/grid/tria.h | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/parameter_acceptor.h b/include/deal.II/base/parameter_acceptor.h index 10cb769697..563d12ab06 100644 --- a/include/deal.II/base/parameter_acceptor.h +++ b/include/deal.II/base/parameter_acceptor.h @@ -380,6 +380,7 @@ public: * @param filename Input file name * @param output_filename Output file name * @param output_style_for_prm_format How to write the output file if format is `prm` + * @param prm The ParameterHandler to use */ static void initialize(const std::string &filename="", const std::string &output_filename="", diff --git a/include/deal.II/fe/mapping_q_eulerian.h b/include/deal.II/fe/mapping_q_eulerian.h index 451d34321e..d0e28f15c9 100644 --- a/include/deal.II/fe/mapping_q_eulerian.h +++ b/include/deal.II/fe/mapping_q_eulerian.h @@ -102,7 +102,7 @@ public: * the second argument. The first dim components of this function will be * interpreted as the displacement we use in defining the mapping, relative * to the location of cells of the underlying triangulation. - * @param[in] level. Is the multi-grid level at which the mapping will + * @param[in] level The multi-grid level at which the mapping will * be used. It is mainly used to check if the size of the @p euler_vector * is consistent with the @p euler_dof_handler . */ diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 56c0003c44..db10e2875a 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -112,7 +112,7 @@ namespace hp * material id has no meaning, and the @p material_id field is reused * to store a @p boundary_id instead to designate which part of the boundary * the face or edge belongs to (see - * @ref GlossBoundaryId "the glossary entry on boundary ids"). + * @ref GlossBoundaryIndicator "the glossary entry on boundary ids"). * * An example showing how this class can be used is in the * create_coarse_grid() function of step-14. There are also @@ -201,7 +201,7 @@ struct CellData * By default, Triangulation::create_triangulation() simply assigns * default boundary indicators and manifold indicators to edges and * quads at the boundary of the mesh. (See the glossary entries on - * @ref GlossBoundaryId "boundary ids" + * @ref GlossBoundaryIndicator "boundary ids" * and * @ref GlossManifoldIndicator "manifold ids" * for more information on what they represent.) As a consequence, -- 2.39.5