Make Doxygen ignore PHYSFS_DEPRECATED.

This commit is contained in:
Ryan C. Gordon 2012-03-24 14:55:26 -04:00
parent 0de337eb75
commit fed8e331a5
1 changed files with 2 additions and 1 deletions

View File

@ -877,7 +877,8 @@ INCLUDE_FILE_PATTERNS =
# omitted =1 is assumed.
PREDEFINED = DOXYGEN_SHOULD_IGNORE_THIS=1 \
PHYSFS_DECL=
PHYSFS_DECL= \
PHYSFS_DEPRECATED=
# 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.