aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-02 15:22:13 +0200
committerGitHub <noreply@github.com>2020-05-02 15:22:13 +0200
commitf291c50f17dcf4f4657aadbf8b4a38df6fa98731 (patch)
tree61b6b804c0d3095c0dea02848edc0f7284c46e3b /Doxyfile
parentaa054d5cf15904d40aa9611ca0db35e4368b576c (diff)
downloadPROJ-f291c50f17dcf4f4657aadbf8b4a38df6fa98731.tar.gz
PROJ-f291c50f17dcf4f4657aadbf8b4a38df6fa98731.zip
Doc: fix/hacks for compatibility with Breathe 4.17.0 [skip appveyor] (#2204)
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 3 insertions, 1 deletions
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