From: Wolfgang Bangerth Date: Mon, 13 Aug 2012 08:23:44 +0000 (+0000) Subject: Add some documentation. X-Git-Tag: v8.0.0~2329 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92ad35ef7df10a7d4475333972e61e8c2e26e80;p=dealii.git Add some documentation. git-svn-id: https://svn.dealii.org/trunk@25921 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;