From: wolf Date: Mon, 26 Jun 2000 16:24:34 +0000 (+0000) Subject: Remove @memo tags. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13e7f0d897e5c06a6321a8f31b5f6ec90cab689;p=dealii-svn.git Remove @memo tags. git-svn-id: https://svn.dealii.org/trunk@3084 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 fab455c663..6e128a3f5b 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -283,7 +283,8 @@ class TriaDimensionInfo<3> { * Note: these class should be made local to the triangulation class * once the compiler supports that (gcc2.95 does not at present). * - * @author Wolfgang Bangerth, 1999 */ + * @author Wolfgang Bangerth, 1999 + */ template struct TriaNumberCache; @@ -1561,7 +1562,6 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * object, you should be well aware that you might involuntarily alter the * data stored in the triangulation. * - * @memo Implementation of a multilevel triangulation of a domain * @see TriaRawIterator * @author Wolfgang Bangerth, 1998 */ @@ -1578,10 +1578,13 @@ class Triangulation : public TriaDimensionInfo, public: -/** - * Declare some symbolic names for mesh smoothing algorithms. The meaning of - * these flags is documented in the @p{Triangulation} class. - */ + /** + * Declare some symbolic names + * for mesh smoothing + * algorithms. The meaning of + * these flags is documented in + * the @p{Triangulation} class. + */ enum MeshSmoothing { none = 0x0, diff --git a/deal.II/deal.II/include/grid/tria_levels.h b/deal.II/deal.II/include/grid/tria_levels.h index c8fc2b696d..9a51881824 100644 --- a/deal.II/deal.II/include/grid/tria_levels.h +++ b/deal.II/deal.II/include/grid/tria_levels.h @@ -50,10 +50,11 @@ class TriangulationLevel; * for the lines. Since we only store one byte per line, quad or hex, * this is a minor loss and we can live with that. * - * @memo Information belonging to one level of the multilevel hierarchy. + * @author Wolfgang Bangerth, 1998 */ template <> -class TriangulationLevel<0> { +class TriangulationLevel<0> +{ public: /** * Flags for the cells whether they are @@ -175,6 +176,7 @@ class TriangulationLevel<0> { }; + /** * Store all information which belongs to one level of the multilevel hierarchy. * @@ -183,11 +185,11 @@ class TriangulationLevel<0> { * The @p{TriangulationsLevel} objects of higher dimensions are derived from * this one. * - * @memo Information belonging to one level of the multilevel hierarchy. * @author Wolfgang Bangerth, 1998 */ template <> -class TriangulationLevel<1> : public TriangulationLevel<0> { +class TriangulationLevel<1> : public TriangulationLevel<0> +{ private: /** @@ -195,7 +197,8 @@ class TriangulationLevel<1> : public TriangulationLevel<0> { * is needed to describe the lines on one * level. */ - struct LinesData { + struct LinesData + { /** * Vector of the lines belonging to * this level. The index of the line @@ -320,6 +323,7 @@ class TriangulationLevel<1> : public TriangulationLevel<0> { }; + /** * Store all information which belongs to one level of the multilevel hierarchy. * @@ -330,7 +334,6 @@ class TriangulationLevel<1> : public TriangulationLevel<0> { * The vector of lines and their children is derived from * @p{TriangulationLevel<1>}. * - * @memo Information belonging to one level of the multilevel hierarchy. * @author Wolfgang Bangerth, 1998 */ template <> @@ -345,7 +348,8 @@ class TriangulationLevel<2> : public TriangulationLevel<1> * @p{LinesData} structure inherited from * @p{Triangulation<1>}. */ - struct QuadsData { + struct QuadsData + { /** * Same as for the @p{lines} array. */ @@ -426,6 +430,7 @@ class TriangulationLevel<2> : public TriangulationLevel<1> }; + /** * Store all information which belongs to one level of the multilevel hierarchy. * @@ -436,7 +441,6 @@ class TriangulationLevel<2> : public TriangulationLevel<1> * The vectors of lines and quads and their children are derived from * @p{TriangulationLevel<2>}. * - * @memo Information belonging to one level of the multilevel hierarchy. * @author Wolfgang Bangerth, 1998 */ template <> @@ -451,7 +455,8 @@ class TriangulationLevel<3> : public TriangulationLevel<2> * @p{LinesData} structure inherited from * @p{Triangulation<1>}. */ - struct HexesData { + struct HexesData + { /** * Same as for the @p{lines} array. */