From 927325deb7bb9bf568e313a2183f02a171c81ff7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 05:28:53 +0000 Subject: [PATCH] Use the proper tags. git-svn-id: https://svn.dealii.org/trunk@11995 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/base/dox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/headers/base/dox.h b/deal.II/doc/doxygen/headers/base/dox.h index 2410baa5dc..7cdffdd941 100644 --- a/deal.II/doc/doxygen/headers/base/dox.h +++ b/deal.II/doc/doxygen/headers/base/dox.h @@ -28,7 +28,7 @@ * well as the definition of quadrature formulas that are not tensor products. * * - * @subsection Use + *

Use

* * Quadrature formulas are used, among other uses, when integrating matrix * entries and the components of the right hand side vector. To this end, the @@ -56,7 +56,7 @@ * these points. * * - * @subsection QIterated + *

QIterated

* * The class QIterated is used to construct an iterated quadrature formula out * of an existing one, thereby increasing the accuracy of the formula without @@ -71,7 +71,7 @@ * products of one-dimensional iterated formulas. * * - * @subsection QAnisotropic + *

QAnisotropic

* * While the usual quadrature formulæ of higher dimensions * generate tensor products which are equal in each direction, the @@ -79,7 +79,7 @@ * formulæ in each direction. * * - * @subsection QProjector + *

QProjector

* * The class QProjector is not actually a quadrature rule by itself, * but it provides functions for computing quadrature formulas on the -- 2.39.5