]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix formatting of comments.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Aug 2010 16:00:55 +0000 (16:00 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Aug 2010 16:00:55 +0000 (16:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@21811 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/mesh_worker_info.h

index 057eec05fb7d50f6e97a2933e0fbcbd6afecd164..40bd127aa00de4e65520c388dbf006d0431bce5d 100644 (file)
@@ -519,7 +519,7 @@ namespace MeshWorker
  * </ol>
  *
  * In order to allow for sufficient generality, a few steps have to be
- * undertaken to use this class.\18
+ * undertaken to use this class.
  *
  * First, you should consider if you need values from any vectors in a
  * NamedData object. If so, fill the VectorSelector objects
@@ -551,7 +551,10 @@ namespace MeshWorker
   {
     public:
 
-/// The type of the info object for cells
+                                      /**
+                                       * The type of the info object
+                                       * for cells.
+                                       */
       typedef IntegrationInfo<dim, spacedim> CellInfo;
 
       void initialize(const FiniteElement<dim, spacedim>& el,
@@ -788,15 +791,33 @@ namespace MeshWorker
       template <class DOFINFO>
       void post_faces(const DoFInfoBox<dim, DOFINFO>&);
 
-/// The info object for a cell
+                                      /**
+                                       * The info object for a cell.
+                                       */
       CellInfo cell;
-/// The info object for a boundary face
+                                      /**
+                                       * The info object for a
+                                       * boundary face.
+                                       */
       CellInfo boundary;
-/// The info object for a regular interior face, seen from the first cell
+                                      /**
+                                       * The info object for a
+                                       * regular interior face, seen
+                                       * from the first cell.
+                                       */
       CellInfo face;
-/// The info object for the refined side of an interior face seen from the first cell
+                                      /**
+                                       * The info object for the
+                                       * refined side of an interior
+                                       * face seen from the first
+                                       * cell.
+                                       */
       CellInfo subface;
-/// The info object for an interior face, seen from the other cell
+                                      /**
+                                       * The info object for an
+                                       * interior face, seen from the
+                                       * other cell.
+                                       */
       CellInfo neighbor;
 
                                       /* @} */

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.