From 3b53a7decd9ce84a9a6a171887a9b746adf84c90 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 10:52:42 -0500 Subject: [PATCH] define WIN32 for doxygen so we get a fuller documentation --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 3b19893..64c6696 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1423,7 +1423,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = WIN32 # 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.