From 09c227b2ef75125a825ef4e9c88708785423400f Mon Sep 17 00:00:00 2001 From: guido Date: Sun, 24 Jul 2005 21:19:33 +0000 Subject: [PATCH] @section etc. removed from documentation git-svn-id: https://svn.dealii.org/trunk@11189 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 2 +- deal.II/deal.II/include/grid/tria_iterator.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 89bd71f235..ca34927df5 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -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 + *

Internals

* * There is a representation of past-the-end-pointers, denoted by * special values of the member variables #present_level and diff --git a/deal.II/deal.II/include/grid/tria_iterator.h b/deal.II/deal.II/include/grid/tria_iterator.h index cfad8d7035..931f65ddc6 100644 --- a/deal.II/deal.II/include/grid/tria_iterator.h +++ b/deal.II/deal.II/include/grid/tria_iterator.h @@ -79,7 +79,7 @@ template class Triangulation; * these accessors, the structure of these classes is hidden from the * application program. * - * @section TIDiff Which iterator to use when + *

Which iterator to use when

* * @attention Application programs will rarely use TriaRawIterator, * but rather one of the derived classes TriaIterator or @@ -98,7 +98,7 @@ template class Triangulation; *
  • TriaActiveIterator objects which only loop over active cells. * * - * @section TIPurpose Purpose + *

    Purpose

    * * 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 class Triangulation; * e.g. count_if (see the documentation for Triangulation for * an example) and several others. * - * @section TIImplementation Implementation + *

    Implementation

    * * 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 class Triangulation; * checked and implemented. * * - * @section Past-the-end iterators + *

    Past-the-end iterators

    * * There is a representation of past-the-end-pointers, denoted by special * values of the member variables @p present_level and @p present_index: -- 2.39.5