From: Timo Heister Date: Fri, 28 Feb 2020 18:18:34 +0000 (-0500) Subject: doxygen: replace DEAL_II_CONSTEXPR X-Git-Tag: v9.2.0-rc1~493^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9578%2Fhead;p=dealii.git doxygen: replace DEAL_II_CONSTEXPR Documentation looks a bit funny with this macro, but it should be safe to replace with ``constexpr``. --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index e55419c9b6..ec652fb8fa 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -210,6 +210,7 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_TRILINOS_WITH_ROL=1 \ DEAL_II_WITH_UMFPACK=1 \ DEAL_II_WITH_ZLIB=1 \ + DEAL_II_CONSTEXPR=constexpr \ DEAL_II_NAMESPACE_OPEN= \ DEAL_II_NAMESPACE_CLOSE= \ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS= \