From c2c335d07b2204f4180f66cbed40bb33fa403824 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Mon, 2 May 2011 10:32:37 -0500 Subject: [PATCH] Update doxyfile to document all platforms --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5fde9f9..6df4b9d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1421,8 +1421,8 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = WIN32 \ - _WIN32 +PREDEFINED = WIIUSE_WIN32 \ + WIIUSE_BLUEZ # 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.