Browse Source

Ignore CORRADE_DEPRECATED_*() macros in Doxygen.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
deb2869c81
  1. 3
      Doxyfile

3
Doxyfile

@ -2004,7 +2004,8 @@ INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = DOXYGEN_GENERATING_OUTPUT \
CORRADE_DEPRECATED(message)= CORRADE_DEPRECATED_ENUM(message)= \
CORRADE_DEPRECATED(message)= CORRADE_DEPRECATED_ALIAS(message)= \
CORRADE_DEPRECATED_ENUM(message)= \
MAGNUM_BUILD_DEPRECATED \
MAGNUM_EXPORT= \
MAGNUM_AUDIO_EXPORT= \

Loading…
Cancel
Save