From 3cef2c91b2086f65ad6014db2f1ff21166429c51 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 22 Dec 2005 12:40:59 +0000 Subject: [PATCH] improve doxygen git-svn-id: https://svn.dealii.org/trunk@11920 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/hp_dof_handler.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index 6a2c01f1a2..a3c86cad03 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -32,7 +32,9 @@ template class hpDoFLevel; /** * Manage the distribution and numbering of the degrees of freedom for * hp-FEM algorithms. - */ + * + * @ingroup dofs +*/ template class hpDoFHandler : public Subscriptor, protected Triangulation::RefinementListener @@ -1004,6 +1006,8 @@ class hpDoFHandler : public Subscriptor, /* -------------- declaration of explicit specializations ------------- */ +#ifndef DOXYGEN + template <> unsigned int hpDoFHandler<1>::n_boundary_dofs () const; template <> unsigned int hpDoFHandler<1>::n_boundary_dofs (const FunctionMap &) const; template <> unsigned int hpDoFHandler<1>::n_boundary_dofs (const std::set &) const; @@ -1151,7 +1155,7 @@ hpDoFHandler::get_tria () const } -/*---------------------------- dof.h ---------------------------*/ +#endif #endif -/*---------------------------- dof.h ---------------------------*/ + -- 2.39.5