Include Flags in doxygen

This commit is contained in:
Nyall Dawson 2024-03-04 08:18:46 +10:00
parent 966644b71c
commit c4868c565b

View File

@ -2384,7 +2384,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED =
PREDEFINED = "Q_DECLARE_FLAGS(Flags, Enum)=typedef QFlags<Enum> Flags;"
# 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