From d1df4a2ebd0de897fd5cd9bcbcbde3351eee6dec Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Tue, 26 Oct 2004 08:07:32 +0000 Subject: [PATCH] some small doxygen title fixes which were pending on my home machine [[Imported from SVN: r989]] --- fem/common/fastbase.hh | 2 +- grid/albertgrid.hh | 2 +- grid/common/grid.hh | 4 +++- grid/yaspgrid.hh | 2 +- grid/yaspgrid/grids.hh | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/fem/common/fastbase.hh b/fem/common/fastbase.hh index 6b3506301..3a00279d2 100644 --- a/fem/common/fastbase.hh +++ b/fem/common/fastbase.hh @@ -8,7 +8,7 @@ namespace Dune { /** @defgroup FastBaseFunctionSet The FastBaseFunctionSet - @ingroup BaseFunctionSet + @ingroup BaseFunction The FastBaseFunctionSet is an special implementation of the interface BaseFunctionSetInterface. The idea here is to cache all evaluations of the base functions for a given quadrature. That means if we use an diff --git a/grid/albertgrid.hh b/grid/albertgrid.hh index 6e1696b92..79fd24cea 100644 --- a/grid/albertgrid.hh +++ b/grid/albertgrid.hh @@ -102,7 +102,7 @@ namespace Dune { namespace Dune { - /** @defgroup AlbertGrid AlbertGrid + /** @defgroup AlbertGrid Albert Grid @ingroup GridCommon This is one implementation of the grid interface providing 2d triangle diff --git a/grid/common/grid.hh b/grid/common/grid.hh index b5e3971df..77d4c879d 100644 --- a/grid/common/grid.hh +++ b/grid/common/grid.hh @@ -9,7 +9,7 @@ namespace Dune { - /** @defgroup GridCommon Dune Grid + /** @defgroup GridCommon Grid Interface The Dune Grid module defines a general interface to a hierarchical finite element mesh. The interface is independent of dimension and element type. Various implementations @@ -35,6 +35,8 @@ namespace Dune { of the interface. As with STL containers, all implementations must implement the same classes with exactly the same members to be used in generic algorithms. + \sa AlbertGrid UGGrid SPGrid SGrid YaspGrid + @{ */ diff --git a/grid/yaspgrid.hh b/grid/yaspgrid.hh index 790d18d0d..56ac9726c 100644 --- a/grid/yaspgrid.hh +++ b/grid/yaspgrid.hh @@ -18,7 +18,7 @@ namespace Dune { - /** @defgroup Yaspgrid Yet Another Structured Parallel Grid + /** @defgroup YaspGrid Yet Another Structured Parallel Grid (YaspGrid) \ingroup GridCommon Yaspgrid stands for yet another structured parallel grid. diff --git a/grid/yaspgrid/grids.hh b/grid/yaspgrid/grids.hh index ebf53378f..0b54ef349 100644 --- a/grid/yaspgrid/grids.hh +++ b/grid/yaspgrid/grids.hh @@ -24,7 +24,7 @@ namespace Dune { - /** @addtogroup Yaspgrid Yet Another Structured Parallel Grid + /** @addtogroup YaspGrid \ingroup GridCommon This is the basis of a parallel implementation of the dune grid interface -- GitLab