From: bangerth Date: Mon, 13 Aug 2012 08:23:44 +0000 (+0000) Subject: Add some documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79d546b2b605f8863ddb7dbe37ecfccffcffe65;p=dealii-svn.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;