diff options
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 |
