From: Timo Heister Date: Thu, 13 Feb 2014 01:03:00 +0000 (+0000) Subject: unify some doxygen formatting X-Git-Tag: v8.2.0-rc1~841 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a838dd15b6c64ad69fab4b456fc03680f8568e44;p=dealii.git unify some doxygen formatting git-svn-id: https://svn.dealii.org/trunk@32466 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/partitioner.h b/deal.II/include/deal.II/base/partitioner.h index 9f573a98b6..4a6360b00e 100644 --- a/deal.II/include/deal.II/base/partitioner.h +++ b/deal.II/include/deal.II/base/partitioner.h @@ -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; /** diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 362edb59d4..61cc2d6e5c 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -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: * - * * * If no finite element can be reconstructed from this string, an exception * of type @p FETools::ExcInvalidFEName is thrown. diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h index 4067d70983..59975c1929 100644 --- a/deal.II/include/deal.II/fe/mapping.h +++ b/deal.II/include/deal.II/fe/mapping.h @@ -208,12 +208,15 @@ enum MappingType *

References

* * A general publication on differential geometry and finite elements - * is the survey * * The description of the Piola transform has been taken from the lecture diff --git a/deal.II/include/deal.II/grid/tria_iterator.h b/deal.II/include/deal.II/grid/tria_iterator.h index 07321efd84..fc7beb902a 100644 --- a/deal.II/include/deal.II/grid/tria_iterator.h +++ b/deal.II/include/deal.II/grid/tria_iterator.h @@ -93,7 +93,8 @@ template class TriaActiveIterator; * but rather one of the derived classes TriaIterator or * TriaActiveIterator. * - *
  • TriaRawIterator objects point to lines, cells, etc in the + *
      + *
    • TriaRawIterator objects point to lines, cells, etc in the * lists whether they are used or not (in the vectors, also * dead 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 class TriaActiveIterator; * parameter), which really does the access to data. An Accessor * has to fulfil some requirements: * - *
      • It must have two members named present_level and + *
          + *
        • It must have two members named present_level and * present_index storing the address of the element in the * triangulation presently pointed to. These data have to be * accessible by all triangulation iterators listed above.