From 7178dbc30ab11146e27ae0ea74884e9023a6da22 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Dec 1999 08:19:42 +0000 Subject: [PATCH] Fix several problems with the documentation and kdoc2. git-svn-id: https://svn.dealii.org/trunk@1997 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 0e489b3431..90d34d594e 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1577,11 +1577,11 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * * @memo Implementation of a multilevel triangulation of a domain * @see TriaRawIterator - * @author Wolfgang Bangerth, 1998 */ + * @author Wolfgang Bangerth, 1998 + */ template -class Triangulation - : public TriaDimensionInfo, - public Subscriptor +class Triangulation : public TriaDimensionInfo, + public Subscriptor { private: /** @@ -2287,7 +2287,7 @@ class Triangulation * in 1D and #last_active_quad# in 2D. */ active_cell_iterator last_active (const unsigned int level) const; - //@} + /*@}*/ /*---------------------------------------*/ /*---------------------------------------*/ @@ -2413,7 +2413,7 @@ class Triangulation * in 2D and #last_active_quad# in 3D. */ active_face_iterator last_active_face (const unsigned int level) const; - //@} + /*@}*/ /*---------------------------------------*/ @@ -2899,7 +2899,7 @@ class Triangulation /** * @name Exceptions */ - //@{ + /*@{*/ /** * Exception */ @@ -3003,7 +3003,7 @@ class Triangulation * Exception */ DeclException0 (ExcIO); - //@} + /*@}*/ protected: /** -- 2.39.5