From fed8e331a5cf10ddaaa38e9c77e0754d392d4e72 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 24 Mar 2012 14:55:26 -0400 Subject: [PATCH] Make Doxygen ignore PHYSFS_DEPRECATED. --- docs/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 386d9bc1..23202cf0 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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.