From f291c50f17dcf4f4657aadbf8b4a38df6fa98731 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 2 May 2020 15:22:13 +0200 Subject: Doc: fix/hacks for compatibility with Breathe 4.17.0 [skip appveyor] (#2204) --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 1d016904..75701eef 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2045,7 +2045,9 @@ PREDEFINED = DOXYGEN_ENABLED \ protected=private \ INLINED_MAKE_SHARED= \ PROJ_OPAQUE_PRIVATE_DATA= \ - PROJ_PRIVATE=private + PROJ_PRIVATE=private \ + PROJ_PURE_DECL= \ + noexceptoverride="noexcept override" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The -- cgit v1.2.3