From b31cb47e1c2aa4afc3ebb5aca85c54aa5e3dbd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 30 Dec 2010 02:06:13 +0100 Subject: [PATCH] Macro for hiding code from being improperly handled by Doxygen. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index a03f5bfdb..8de8c573d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1386,7 +1386,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = DOXYGEN_GENERATING_OUTPUT # 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.