From 96eead3c54e803de8d920a23154a440dc0fa10d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 06:19:51 +0000 Subject: [PATCH] Exclude explicit specializations from doxygenization. git-svn-id: https://svn.dealii.org/trunk@12161 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5