From 7dd4b6f6a3845e354e052c4d3c76117c1dbe3525 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 22 Aug 2011 22:34:19 -0400 Subject: Doxyfile: add __DOXYGEN_PREDEFINED_HACK to PREDEFINED. Doxygen refuses to trust us when we \def something that it doesn't notice as a #define. To work around this, we put __DOXYGEN_PREDEFINED_HACK into our Doxyfile's PREDEFINED, so that documentation may be inserted for #defines which we know will exist. --- support/doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support') diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index c49fdc0..67b7692 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -1376,7 +1376,8 @@ PREDEFINED = __attribute__()= \ __cplusplus \ STM32_MEDIUM_DENSITY \ STM32_HIGH_DENSITY \ - STM32_XL_DENSITY + STM32_XL_DENSITY \ + __DOXYGEN_PREDEFINED_HACK # 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. -- cgit v1.2.3