From c5a99d3d972524e6c86375dd15fe0074c30fa10f Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 6 Sep 2011 16:07:59 -0500 Subject: [PATCH] edit doxyfile to generate endian docs --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 6df4b9d..29a6de0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1422,7 +1422,9 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = WIIUSE_WIN32 \ - WIIUSE_BLUEZ + WIIUSE_BLUEZ \ + WIIUSE_PLATFORM \ + WIIUSE_DOXYGEN_PARSING # 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.