]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use @code...@endcode.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Sep 2008 18:58:06 +0000 (18:58 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Sep 2008 18:58:06 +0000 (18:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@16881 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-22/doc/results.dox

index c491ce880086fca2c71a78d3e7ef1e0a92f7cb9d..c1854abea15196b600ce84066d41501bc540cf08 100644 (file)
@@ -786,7 +786,7 @@ for that.
 
 For example, by using the folllowing modification of the boundary values
 function
-<code>
+@code
 template <int dim>
 double
 BoundaryValues<dim>::value (const Point<dim>  &p,
@@ -801,10 +801,10 @@ BoundaryValues<dim>::value (const Point<dim>  &p,
     return (p[0] < x_offset ? -1 : (p[0] > x_offset ? 1 : 0));
   return 0;
 }
-</code>
+@endcode
 and the following way to generate the mesh as the domain
 $[-2,2]\times[-2,2]\times[-1,0]$ 
-<code>
+@code
     std::vector<unsigned int> subdivisions (dim, 1);
     subdivisions[0] = 4;
     subdivisions[1] = 4;
@@ -820,7 +820,7 @@ $[-2,2]\times[-2,2]\times[-1,0]$
                                                subdivisions,
                                                bottom_left,
                                                top_right);
-</code>
+@endcode
 then we get images where the the fault line is curved:
 <TABLE WIDTH="60%" ALIGN="center">
   <tr>

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.