From: Jan Philipp Thiele Date: Wed, 20 Sep 2023 22:58:05 +0000 (+0200) Subject: Doxygen encapsulate inline functions in headers X-Git-Tag: relicensing~449^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0933ed57f0c3fa998132ea5f0642ac76f5d0648;p=dealii.git Doxygen encapsulate inline functions in headers --- 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