From: Timo Heister Date: Sun, 22 May 2016 10:36:42 +0000 (+0100) Subject: fix doxygen errors of undefined version macros X-Git-Tag: v8.5.0-rc1~1023^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2624%2Fhead;p=dealii.git fix doxygen errors of undefined version macros This adds the version macros for p4est and Trilinos (always returning 1) to doxygen. Otherwise doxygen freaks out when parsing header files that contain them. --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 03cc91fe94..8faf11feda 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -185,8 +185,9 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_NAMESPACE_OPEN= \ DEAL_II_NAMESPACE_CLOSE= \ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS= \ - DEAL_II_DISABLE_EXTRA_DIAGNOSTICS= - + DEAL_II_DISABLE_EXTRA_DIAGNOSTICS= \ + DEAL_II_P4EST_VERSION_GTE=1 \ + DEAL_II_TRILINOS_VERSION_GTE=1 # do not expand exception declarations EXPAND_AS_DEFINED = DeclExceptionMsg \