]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix markup.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 24 Aug 2010 12:09:19 +0000 (12:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 24 Aug 2010 12:09:19 +0000 (12:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@21691 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/coding_conventions.h

index 29b76c09399e2ffa45ccb4a080d6c2ac24ce5391..7265d69103703c1cea2590bf3d546d2c0cfe03b8 100644 (file)
@@ -309,7 +309,7 @@ we list here:
   as a member variable, which requires memory allocation &mdash; you don't
   want to declare these inside loops, at least not if the loop is
   traversed frequently.
-  </i>
+  </li>
 
 <li> <i>Make variables const:</i> To pick up on the example above, note
   that in most cases we will never change the variable so initialized
@@ -351,7 +351,7 @@ we list here:
   its argument as a constant value:
   <code>
   <pre>
-     template <int dim>
+     template @<int dim@>
      typename Triangulation<dim>::cell_iterator
      CellAccessor<dim>::child (const unsigned int child_no)
      {
@@ -360,7 +360,7 @@ we list here:
      }
   </pre>
   </code>
-  Here, the user calls <code>cell-@>child(3), for example. There really
+  Here, the user calls <code>cell-@>child(3)</code>, for example. There really
   is no reason why the function would ever want to change the value of
   the <code>child_no</code> argument &mdash; so mark it as constant: 
   this both helps the reader of the code understand that this is an

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.