From: bangerth Date: Sun, 26 Apr 2009 22:20:45 +0000 (+0000) Subject: Prevent doxygen from running instantiations (it gets confused). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457cb66dfeea07ee4b32b04ce0f0563fb49b2cf9;p=dealii-svn.git 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 --- 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