diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 15:09:52 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 15:09:52 -0400 |
commit | 94d95639c124ebff02a9944237ca9c1764c9cca9 (patch) | |
tree | 6077f7cf099739fe9c7931d6dea9a0fb95952d94 /support/doxygen/Doxyfile | |
parent | 392d791b26de9f77170332abab57c6542a4ced79 (diff) | |
download | librambutan-94d95639c124ebff02a9944237ca9c1764c9cca9.tar.gz librambutan-94d95639c124ebff02a9944237ca9c1764c9cca9.zip |
Change __DOXYGEN_PREDEFINED_HACK to __DOXYGEN__.
avr-gcc does it this way. Seems ok to me.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support/doxygen/Doxyfile')
-rw-r--r-- | support/doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index 5a5d7ed..a267c36 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -1377,7 +1377,7 @@ PREDEFINED = __attribute__()= \ STM32_MEDIUM_DENSITY \ STM32_HIGH_DENSITY \ STM32_XL_DENSITY \ - __DOXYGEN_PREDEFINED_HACK + __DOXYGEN__ # 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. |