From: Guido Kanschat Date: Thu, 22 Dec 2005 12:40:59 +0000 (+0000) Subject: improve doxygen X-Git-Tag: v8.0.0~12737 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cef2c91b2086f65ad6014db2f1ff21166429c51;p=dealii.git improve doxygen git-svn-id: https://svn.dealii.org/trunk@11920 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ---------------------------*/ +