From: bangerth Date: Wed, 29 Aug 2007 15:12:02 +0000 (+0000) Subject: Don't use æ special character directly since doxygen mangles it badly. We also can... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc82fe7b77f0d1fb7e30aafe16509312a010b30;p=dealii-svn.git Don't use æ special character directly since doxygen mangles it badly. We also can't use æ since it doesn't go through doxygen at all. So simply use the less fancy 'formulas' right away. git-svn-id: https://svn.dealii.org/trunk@15087 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/quadrature.h b/deal.II/doc/doxygen/headers/quadrature.h index 8c30fe0b32..5ef0b996eb 100644 --- a/deal.II/doc/doxygen/headers/quadrature.h +++ b/deal.II/doc/doxygen/headers/quadrature.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,10 +12,10 @@ //------------------------------------------------------------------------- /** - * @defgroup Quadrature Quadrature formulæ + * @defgroup Quadrature Quadrature formulas * * This module contains the base class Quadrature as well as the quadrature - * formulæ provided by deal.II. Quadrature formulas provide two essential + * formulas provided by deal.II. Quadrature formulas provide two essential * pieces of data: the locations of quadrature points on the unit cell * [0,1]^d, and the weight of each quadrature point. * @@ -73,10 +73,10 @@ * *

QAnisotropic

* - * While the usual quadrature formulæ of higher dimensions + * While the usual quadrature formulas of higher dimensions * generate tensor products which are equal in each direction, the * class QAnisotropic generates tensor products of possibly different - * formulæ in each direction. + * formulas in each direction. * * *

QProjector