]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix markup in a number of places.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 3 Oct 2009 01:58:41 +0000 (01:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 3 Oct 2009 01:58:41 +0000 (01:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@19684 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/mesh_worker.h

index 285c524eac7b9dd08f14095ed52b93a84317320c..b4bef51b709530c46accd6de4b95ab60284a43cb 100644 (file)
@@ -59,8 +59,8 @@ template<int,int> class MGDoFHandler;
  * assembling. In order to use it, follow this recipe: fist, create a
  * class responsible for the local integration:
  *
- * @begin{code}
- * @end{code}
+ * @code
+ * @endcode
  *
  * @author Guido Kanschat, 2009
  */
@@ -155,7 +155,7 @@ namespace MeshWorker
                                        * eeffort. If no selectors
                                        * are used, then values for
                                        * all named vectors in
-                                       * #global_data will be
+                                       * DoFInfo::global_data will be
                                        * computed in all quadrature
                                        * points.
                                        *
@@ -288,7 +288,7 @@ namespace MeshWorker
  * In order to use this class, it will be necessary to create an
  * INTEGRATOR class following this template:
  *
- * @begin{code}
+ * @code
  * template <int dim>
  * class MyLocalOperator : public Subscriptor
  * {
@@ -298,19 +298,19 @@ namespace MeshWorker
  *     void face(typename IntegrationWorker<dim>::FaceInfo& info1,
  *               typename IntegrationWorker<dim>::FaceInfo& info2) const;
  * };
- * @end{code}
+ * @endcode
  *
  * This class will do whatever your problem requires locally on each
  * cell and/or face. Once this class is defined, you choose a suitable
  * assembler for your problem from the Assembler namespace and set up
  * objects:
  *
- * @begin{code}
+ * @code
  * MyLocalOperator<dim> myop;
  *
  * AssemblingIntegrator<dim, Assembler::MyAssembler, MyLocalOperator<dim> >
  *   integrator(myop);
- * @end{code}
+ * @endcode
  *
  * You do the necessary initializations of this @p integrator and then
  * you have a worker object suitable for integration_loop().

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.