From a6b5d8fea98e15433bdb8eddc4423171d9d0f840 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sat, 21 Sep 2013 12:03:54 +0000
Subject: [PATCH] Minor markup improvements.

git-svn-id: https://svn.dealii.org/trunk@30884 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/fe/mapping.h | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h
index 30ae943743..647de86ce8 100644
--- a/deal.II/include/deal.II/fe/mapping.h
+++ b/deal.II/include/deal.II/fe/mapping.h
@@ -536,10 +536,10 @@ public:
      </ul>
 
      @note It would have been more reasonable to make this transform a template function
-     with the rank in DerivativeForm<1, dim, rank>. Unfortunately C++ does not
-     allow templatized virtual functions. This is why we identified
-     DerivativeForm<1, dim, 1> with a Tensor<1,dim> when using  mapping_covariant
-     in the function transform above this one.
+     with the rank in <code>DerivativeForm@<1, dim, rank@></code>. Unfortunately C++ does not
+     allow templatized virtual functions. This is why we identify
+     <code>DerivativeForm@<1, dim, 1@></code> with a <code>Tensor@<1,dim@></code>
+     when using  mapping_covariant() in the function transform above this one.
   */
 
   virtual
@@ -587,12 +587,11 @@ public:
      @f]
      </ul>
 
-     @todo The formulas for @p mapping_covariant_gradient,
-     @p mapping_contravariant_gradient and @p mapping_piola_gradient
-     are only true as stated for linear mappings,
-     if the mapping is bilinear for example then there is a missing
+     @todo The formulas for mapping_covariant_gradient(),
+     mapping_contravariant_gradient() and mapping_piola_gradient()
+     are only true as stated for linear mappings.
+     If, for example, the mapping is bilinear then there is a missing
      term associated with the derivative of of J.
-
   */
   virtual
   void
@@ -601,14 +600,6 @@ public:
              const InternalDataBase &internal,
              const MappingType type) const = 0;
 
-
-
-
-
-
-
-
-
   /**
    * @deprecated Use transform() instead.
    */
-- 
2.39.5