From: Timo Heister Date: Sun, 20 Mar 2016 16:20:59 +0000 (+0100) Subject: fix macros appearing in doxygen documentation X-Git-Tag: v8.5.0-rc1~1189^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d240379f4b083d369fb779793df18f73d8b27a;p=dealii.git fix macros appearing in doxygen documentation See https://www.dealii.org/developer/doxygen/deal.II/classFunctionParser.html#a39c99186f03fa9c4ab7288f166a6ac5a for an example --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 4cce0f8a23..6f16b23e37 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -182,7 +182,10 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_WITH_UMFPACK=1 \ DEAL_II_WITH_ZLIB=1 \ DEAL_II_NAMESPACE_OPEN= \ - DEAL_II_NAMESPACE_CLOSE= + DEAL_II_NAMESPACE_CLOSE= \ + DEAL_II_ENABLE_EXTRA_DIAGNOSTICS= \ + DEAL_II_DISABLE_EXTRA_DIAGNOSTICS= + # do not expand exception declarations EXPAND_AS_DEFINED = DeclException0 \