From d92ad35ef7df10a7d4475333972e61e8c2e26e80 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Aug 2012 08:23:44 +0000 Subject: [PATCH] Add some documentation. git-svn-id: https://svn.dealii.org/trunk@25921 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_base.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_base.h b/deal.II/include/deal.II/fe/fe_base.h index f2ccd8d29a..254e267753 100644 --- a/deal.II/include/deal.II/fe/fe_base.h +++ b/deal.II/include/deal.II/fe/fe_base.h @@ -518,12 +518,16 @@ class FiniteElementData unsigned int n_dofs_per_object () const; /** - * Number of components. + * Number of components. See + * @ref GlossComponent "the glossary" + * for more information. */ unsigned int n_components () const; /** - * Number of blocks. + * Number of blocks. See + * @ref GlossBlock "the glossary" + * for more information. */ unsigned int n_blocks () const; -- 2.39.5