]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
unify some doxygen formatting
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 01:03:00 +0000 (01:03 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 01:03:00 +0000 (01:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@32466 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/partitioner.h
deal.II/include/deal.II/fe/fe_tools.h
deal.II/include/deal.II/fe/mapping.h
deal.II/include/deal.II/grid/tria_iterator.h

index 9f573a98b6a3c5bf58af9a9387e52a28897663a7..4a6360b00ec3b54ccae6d9c35477301da46a5a08 100644 (file)
@@ -294,10 +294,10 @@ namespace Utilities
                       << "Global index " << arg1
                       << " neither owned nor ghost on proc " << arg2);
 
-    private:                      /**
-                                 * The global size of the vector over all
-                                 * processors
-                                 */
+    private:
+      /**
+       * The global size of the vector over all processors
+       */
       const types::global_dof_index global_size;
 
       /**
index 362edb59d47e60f2a96cf1a9e4532dc80a305251..61cc2d6e5c9b2b0f77cc43bc47d92ef2ffff6619 100644 (file)
@@ -794,13 +794,15 @@ namespace FETools
    * The name must be in the form which is returned by the
    * FiniteElement::get_name function, where a few modifications are allowed:
    *
-   * <ul><li> Dimension template parameters &lt;2&gt; etc. can be
+   * <ul>
+   * <li> Dimension template parameters &lt;2&gt; etc. can be
    * omitted. Alternatively, the explicit number can be replaced by
    * <tt>dim</tt> or <tt>d</tt>. If a number is given, it <b>must</b> match
    * the template parameter of this function.
    *
    * <li> The powers used for FESystem may either be numbers or can be
-   * replaced by <tt>dim</tt> or <tt>d</tt>.  </ul>
+   * replaced by <tt>dim</tt> or <tt>d</tt>.
+   * </ul>
    *
    * If no finite element can be reconstructed from this string, an exception
    * of type @p FETools::ExcInvalidFEName is thrown.
index 4067d709832dc7c926b0a79ee61bc9bce6ce3d97..59975c19290141d561b741c567a44136eed6888b 100644 (file)
@@ -208,12 +208,15 @@ enum MappingType
  * <h3>References</h3>
  *
  * A general publication on differential geometry and finite elements
- * is the survey <ul><li>Douglas N. Arnold, Richard S. Falk, and
+ * is the survey
+ * <ul>
+ * <li>Douglas N. Arnold, Richard S. Falk, and
  * Ragnar Winther. <i>Finite element exterior calculus: from
  * Hodge theory to numerical stability.</i>
  * Bull. Amer. Math. Soc. (N.S.), 47:281-354, 2010. <a
  * href="http://dx.doi.org/10.1090/S0273-0979-10-01278-4">DOI:
- * 10.1090/S0273-0979-10-01278-4</a>.</ul>
+ * 10.1090/S0273-0979-10-01278-4</a>.
+ * </ul>
  *
  * The description of the Piola transform has been taken from the <a
  * href="http://www.math.uh.edu/~rohop/spring_05/downloads/">lecture
index 07321efd840c080dfaa646c23d5713d0bcc9f375..fc7beb902a80a4f18d14f7f0778f65027c94c287 100644 (file)
@@ -93,7 +93,8 @@ template <typename> class TriaActiveIterator;
  * but rather one of the derived classes TriaIterator or
  * TriaActiveIterator.
  *
- * <ul> <li> TriaRawIterator objects point to lines, cells, etc in the
+ * <ul>
+ * <li> TriaRawIterator objects point to lines, cells, etc in the
  * lists whether they are used or not (in the vectors, also
  * <i>dead</i> objects are stored, since deletion in vectors is
  * expensive and we also do not want to destroy the ordering induced
@@ -138,7 +139,8 @@ template <typename> class TriaActiveIterator;
  * parameter), which really does the access to data. An Accessor
  * has to fulfil some requirements:
  *
- * <ul> <li> It must have two members named <tt>present_level</tt> and
+ * <ul>
+ * <li> It must have two members named <tt>present_level</tt> and
  * <tt>present_index</tt> storing the address of the element in the
  * triangulation presently pointed to. These data have to be
  * accessible by all triangulation iterators listed above.

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.