From 457cb66dfeea07ee4b32b04ce0f0563fb49b2cf9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 26 Apr 2009 22:20:45 +0000 Subject: [PATCH] Prevent doxygen from running instantiations (it gets confused). git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18746 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