From 874b0fcaa1c7e9d2d014e1a8a6560dff7c2fea7a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 2 Oct 2022 20:10:47 +0200 Subject: [PATCH] Doxyfile: Remove GNUC definitions. These defines have been present since day one of the git repo in 2006. The log message of the cvs commit which introduced them back then just states "activate the source browser", so it will have to remain a mystery why __GNUC__ and __GNUC_MINOR__ needed to be predefined. --- Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index b11683e4..e147548f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2019,8 +2019,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 = __GNUC__=4 \ - __GNUC_MINOR__=4 +PREDEFINED = # 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 -- 2.39.2