From 787cdbad17a46c49f972e6d7209457f899d31797 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 19 Jul 2005 08:22:28 +0000 Subject: [PATCH] add doxygen group git-svn-id: https://svn.dealii.org/trunk@11172 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index e79f2194df..5bdb67003e 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -80,7 +80,11 @@ class FETools const FiniteElement& fe, std::vector& renumbering, std::vector >& start_indices); - + + /** + * @name Generation of local matrices + * @{ + */ /** * Gives the interpolation matrix * that interpolates a @p fe1- @@ -423,7 +427,7 @@ class FETools //@} /** - * @name DoF: Functions which should be in DoFTools + * @name Functions which should be in DoFTools */ //@{ /** -- 2.39.5