From 00001c537976a546908fcdd58aff8992e1e47c35 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Thu, 2 May 2024 18:23:16 -0700 Subject: [PATCH] docs: expand deprecation macros as defined --- doc/doxygen.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -