From: Wolfgang Bangerth Date: Sun, 26 Apr 2009 21:37:54 +0000 (+0000) Subject: Don't run doxygen on implementations as it appears to confuse it. X-Git-Tag: v8.0.0~7753 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a9b00c2b4f00b4b69c953921c5837fad4f30b0;p=dealii.git 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 --- 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