From: Wolfgang Bangerth Date: Wed, 8 Dec 1999 08:19:42 +0000 (+0000) Subject: Fix several problems with the documentation and kdoc2. X-Git-Tag: v8.0.0~21363 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c56c0832f2a3f216551a0e35430af53e46d327;p=dealii.git Fix several problems with the documentation and kdoc2. git-svn-id: https://svn.dealii.org/trunk@1997 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: /**