From e30d02eb6dc9017e31585b15442d50067e1eb45a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Mar 2023 13:27:51 -0700 Subject: [PATCH] Work around a doxygen problem. Specifically, do not show 'requires' clauses to doxygen since it has trouble parsing them and then stalls the CI. --- doc/doxygen/options.dox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 045d5d88b7..b465370b59 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -184,7 +184,7 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_HOST_DEVICE= \ DEAL_II_ALWAYS_INLINE= \ __device__= \ - DEAL_II_CXX20_REQUIRES=requires \ + DEAL_II_CXX20_REQUIRES(x)= \ DEAL_II_WITH_ADOLC=1 \ DEAL_II_ADOLC_WITH_ADVANCED_BRANCHING=1 \ DEAL_II_ADOLC_WITH_ATRIG_ERF=1 \ -- 2.39.5