diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-02 15:22:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 15:22:13 +0200 |
| commit | f291c50f17dcf4f4657aadbf8b4a38df6fa98731 (patch) | |
| tree | 61b6b804c0d3095c0dea02848edc0f7284c46e3b /Doxyfile | |
| parent | aa054d5cf15904d40aa9611ca0db35e4368b576c (diff) | |
| download | PROJ-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-- | Doxyfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
