From: Timo Heister <timo.heister@gmail.com>
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=bc2ab5df368dc0aa3d144c069a57a89cdcbd5629;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= \