소스 검색

Make Doxygen ignore PHYSFS_DEPRECATED.

Ryan C. Gordon 14 년 전
부모
커밋
fed8e331a5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/Doxyfile

+ 2 - 1
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.