From: Wolfgang Bangerth Date: Tue, 10 Feb 2009 17:01:33 +0000 (+0000) Subject: Don't let doxygen see some inline functions since it complains that it doesn't know... X-Git-Tag: v8.0.0~8053 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718311c719e5e2df66d858e62c16cddbfd109438;p=dealii.git Don't let doxygen see some inline functions since it complains that it doesn't know which declaration they belong to. git-svn-id: https://svn.dealii.org/trunk@18354 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/mapping.h b/deal.II/deal.II/include/fe/mapping.h index 9e042adb34..442bd5441b 100644 --- a/deal.II/deal.II/include/fe/mapping.h +++ b/deal.II/deal.II/include/fe/mapping.h @@ -617,6 +617,7 @@ class Mapping : public Subscriptor /* ------------------------- inline functions ------------------------- */ +#ifndef DOXYGEN template inline @@ -691,6 +692,8 @@ Mapping::support_point_inverse_gradient( } +#endif // DOXYGEN + DEAL_II_NAMESPACE_CLOSE #endif diff --git a/deal.II/deal.II/include/fe/mapping_q1.h b/deal.II/deal.II/include/fe/mapping_q1.h index 4afe9df44b..cfc67ab395 100644 --- a/deal.II/deal.II/include/fe/mapping_q1.h +++ b/deal.II/deal.II/include/fe/mapping_q1.h @@ -615,6 +615,8 @@ struct StaticMappingQ1 /*----------------------------------------------------------------------*/ +#ifndef DOXYGEN + template inline double @@ -696,7 +698,7 @@ MappingQ1::InternalData::second_derivative (const unsigned int qpo } - +#endif // DOXYGEN /* -------------- declaration of explicit specializations ------------- */