From a5a9b00c2b4f00b4b69c953921c5837fad4f30b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Apr 2009 21:37:54 +0000 Subject: [PATCH] Don't run doxygen on implementations as it appears to confuse it. git-svn-id: https://svn.dealii.org/trunk@18744 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 3edc00adcb..5609268439 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -606,6 +606,7 @@ class FiniteElementData // --------- inline and template functions --------------- +#ifndef DOXYGEN namespace FiniteElementDomination { @@ -828,6 +829,7 @@ face_to_equivalent_cell_index (const unsigned int index) const return face_to_cell_index(index, 0, true); } +#endif // DOXYGEN DEAL_II_NAMESPACE_CLOSE -- 2.39.5