]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove @memo tags.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 16:24:34 +0000 (16:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 16:24:34 +0000 (16:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@3084 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_levels.h

index fab455c66388b9566f38156aa994cbe43a6a91e7..6e128a3f5bab6d5c33c6b8e5d66343491e1ebbba 100644 (file)
@@ -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 <int dim>
 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<dim>,
 
   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,
index c8fc2b696d07fc97b13fe02ec81f5d0799c562bf..9a51881824e151c271ce17b80d9d792a54586c2a 100644 (file)
@@ -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.
                                          */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.