From 3a75e5ad0a2663864a5e8dd9484ad223e49d4b11 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 4 Nov 2010 03:26:37 +0000 Subject: [PATCH] Documentation fixes. git-svn-id: https://svn.dealii.org/trunk@22602 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_nedelec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5