]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
@section etc. removed from documentation
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Jul 2005 21:19:33 +0000 (21:19 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Jul 2005 21:19:33 +0000 (21:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@11189 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_accessor.h
deal.II/deal.II/include/grid/tria_iterator.h

index 89bd71f23596b71944d658e76af2f5346a227abf..ca34927df5d16a762e83c18d39dd3265c67a0334 100644 (file)
@@ -57,7 +57,7 @@ namespace std
  * operators and the like), but has no functionality to actually
  * dereference data. This is done in the derived classes.
  *
- * @section TAInternals Internals
+ * <h3>Internals</h3>
  *   
  * There is a representation of past-the-end-pointers, denoted by
  * special values of the member variables #present_level and
index cfad8d7035eaac14fa57504a57803ced016862ea..931f65ddc697c338ac49f8cd1d4ebe8590022278 100644 (file)
@@ -79,7 +79,7 @@ template <int dim> class Triangulation;
  * these accessors, the structure of these classes is hidden from the
  * application program.
  *
- * @section TIDiff Which iterator to use when
+ * <h3>Which iterator to use when</h3>
  *
  * @attention Application programs will rarely use TriaRawIterator,
  * but rather one of the derived classes TriaIterator or
@@ -98,7 +98,7 @@ template <int dim> class Triangulation;
  * <li> TriaActiveIterator objects which only loop over active cells.
  * </ul>
  *
- * @section TIPurpose Purpose
+ * <h3>Purpose</h3>
  *
  * Iterators are not much slower than operating directly on the data
  * structures, since they perform the loops that you had to handcode
@@ -123,7 +123,7 @@ template <int dim> class Triangulation;
  * e.g. <em>count_if</em> (see the documentation for Triangulation for
  * an example) and several others.
  *   
- * @section TIImplementation Implementation
+ * <h3>Implementation</h3>
  *
  * The iterator class itself does not have much functionality. It only
  * becomes useful when assigned an Accessor (the second template
@@ -176,7 +176,7 @@ template <int dim> class Triangulation;
  * checked and implemented.
  *
  * 
- * @section Past-the-end iterators
+ * <h3>Past-the-end iterators</h3>
  *   
  * There is a representation of past-the-end-pointers, denoted by special
  * values of the member variables @p present_level and @p present_index:

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.