From c4868c565bc5c42a08794ec1e4f02516535ea573 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 4 Mar 2024 08:18:46 +1000 Subject: [PATCH] Include Flags in doxygen --- cmake_templates/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 1951c58504a..d84f214b9cc 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -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 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