diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 766ba85b1..4d604f4e9 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -2297,7 +2297,11 @@ EXPAND_AS_DEFINED = ATTRIBUTE_ACCESSOR_DEFINE \ ATTRIBUTE_VALUE_DEFINE_WITH_NAME \ ATTRIBUTE_VALUE_IMPLEMENT \ ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME \ - NS_UNUSED_GLOBAL + NS_UNUSED_GLOBAL \ + NS_DEPRECATED \ + NS_DEPRECATED_3_42 \ + NS_DEPRECATED_3_41 \ + NS_DEPRECATED_3_40 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will # remove all references to function-like macros that are alone on a line, have @@ -2694,4 +2698,3 @@ DOT_CLEANUP = YES # Disable dark mode in the generated HTML in Doxygen 1.9.6 or greater. # HTML_COLORSTYLE = LIGHT -