From b0933ed57f0c3fa998132ea5f0642ac76f5d0648 Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Thu, 21 Sep 2023 00:58:05 +0200 Subject: [PATCH] Doxygen encapsulate inline functions in headers --- include/deal.II/fe/fe.h | 4 ++-- include/deal.II/lac/solver.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 59078e8029..a2334ae281 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -3077,7 +3077,7 @@ protected: //----------------------------------------------------------------------// - +#ifndef DOXYGEN template inline std::pair @@ -3332,7 +3332,7 @@ FiniteElement::get_associated_geometry_primitive( return GeometryPrimitive::hex; } - +#endif DEAL_II_NAMESPACE_CLOSE diff --git a/include/deal.II/lac/solver.h b/include/deal.II/lac/solver.h index 77049be8f2..317e92774c 100644 --- a/include/deal.II/lac/solver.h +++ b/include/deal.II/lac/solver.h @@ -473,7 +473,7 @@ protected: /*-------------------------------- Inline functions ------------------------*/ - +#ifndef DOXYGEN template inline SolverControl::State @@ -559,7 +559,7 @@ SolverBase::connect( return iteration_status.connect(slot); } - +#endif DEAL_II_NAMESPACE_CLOSE -- 2.39.5