From: bangerth Date: Thu, 4 Nov 2010 03:26:37 +0000 (+0000) Subject: Documentation fixes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a75e5ad0a2663864a5e8dd9484ad223e49d4b11;p=dealii-svn.git Documentation fixes. git-svn-id: https://svn.dealii.org/trunk@22602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_nedelec.h b/deal.II/include/deal.II/fe/fe_nedelec.h index 9d5c70cf36..84d8e909ad 100644 --- a/deal.II/include/deal.II/fe/fe_nedelec.h +++ b/deal.II/include/deal.II/fe/fe_nedelec.h @@ -248,7 +248,7 @@ class FE_Nedelec : public FE_PolyTensor, dim> { * class and fill the tables with * interpolation weights * (#boundary_weights and - * #interior_weights). Called + * interior_weights). Called * from the constructor. */ void initialize_support_points (const unsigned int degree); @@ -353,6 +353,8 @@ FE_Nedelec<1>::initialize_restriction(); #endif // DOXYGEN +/*@{*/ + DEAL_II_NAMESPACE_CLOSE #endif