From 69dc4b3a871a61c466ad72fb3d3fcee808f5eb62 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 28 May 2002 12:14:37 +0000 Subject: [PATCH] Fix doc style. git-svn-id: https://svn.dealii.org/trunk@5902 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 4a4e0bb9d0..9bc9d22e11 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1015,7 +1015,7 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * It prohibits the coarsening of a cell if 'most of the neighbors' will * be refined after the step. * - * @item @p{patch_level_1}: + * @item @p{patch_level_1}: * Ensures patch level 1. As result the triangulation consists of * patches, i.e. of cells that are refined once. It follows that * if at least one of the children of a cell is or will be refined @@ -2526,7 +2526,8 @@ class Triangulation : public TriaDimensionInfo, /*---------------------------------------*/ /** - * @name Quad iterator functions*/ + * @name Quad iterator functions + */ /*@{ */ /** @@ -2632,7 +2633,8 @@ class Triangulation : public TriaDimensionInfo, /*---------------------------------------*/ /** - * @name Hex iterator functions*/ + * @name Hex iterator functions + */ /*@{ */ /** -- 2.39.5