docs: expand deprecation macros as defined

This commit is contained in:
Peter D. Barnes, Jr
2024-05-02 18:23:16 -07:00
committed by Peter Barnes
parent 971b49dd60
commit 00001c5379

View File

@@ -2297,7 +2297,11 @@ EXPAND_AS_DEFINED = ATTRIBUTE_ACCESSOR_DEFINE \
ATTRIBUTE_VALUE_DEFINE_WITH_NAME \ ATTRIBUTE_VALUE_DEFINE_WITH_NAME \
ATTRIBUTE_VALUE_IMPLEMENT \ ATTRIBUTE_VALUE_IMPLEMENT \
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME \ 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 # 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 # 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. # Disable dark mode in the generated HTML in Doxygen 1.9.6 or greater.
# HTML_COLORSTYLE = LIGHT # HTML_COLORSTYLE = LIGHT