From 95c7fc7a5629096baff9fc43a123a31b89064728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Feb 2015 20:37:23 +0100 Subject: [PATCH] Ignore macro which confuses Doxygen. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 400548382..a00205d5d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2000,7 +2000,8 @@ INCLUDE_FILE_PATTERNS = # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. PREDEFINED = DOXYGEN_GENERATING_OUTPUT \ - MAGNUM_BUILD_DEPRECATED CORRADE_DEPRECATED(message)= \ + CORRADE_DEPRECATED(message)= CORRADE_DEPRECATED_ENUM(message)= \ + MAGNUM_BUILD_DEPRECATED \ MAGNUM_EXPORT= \ MAGNUM_AUDIO_EXPORT= \ MAGNUM_DEBUGTOOLS_EXPORT= \