From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 06:19:51 +0000 (+0000) Subject: Exclude explicit specializations from doxygenization. X-Git-Tag: v8.0.0~12514 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96eead3c54e803de8d920a23154a440dc0fa10d5;p=dealii.git Exclude explicit specializations from doxygenization. git-svn-id: https://svn.dealii.org/trunk@12161 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 443196267e..d8904725cb 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -1062,6 +1062,8 @@ class DoFHandler : public Subscriptor /* -------------- declaration of explicit specializations ------------- */ +#ifndef DOXYGEN + template <> unsigned int DoFHandler<1>::n_boundary_dofs () const; template <> unsigned int DoFHandler<1>::n_boundary_dofs (const FunctionMap &) const; template <> unsigned int DoFHandler<1>::n_boundary_dofs (const std::set &) const; @@ -1211,6 +1213,8 @@ DoFHandler::get_tria () const } +#endif // DOXYGEN + /*---------------------------- dof_handler.h ---------------------------*/ #endif