From d28e99db82660e2eef8ab8c531ca129b5fa37e6c Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 23 Dec 2018 16:14:28 +0100 Subject: [PATCH] directscripts: some fixes for C++ API reference --- direct/src/directscripts/Doxyfile.cxx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/direct/src/directscripts/Doxyfile.cxx b/direct/src/directscripts/Doxyfile.cxx index 8b4fda2230..7aec9a9d3d 100644 --- a/direct/src/directscripts/Doxyfile.cxx +++ b/direct/src/directscripts/Doxyfile.cxx @@ -797,7 +797,15 @@ EXCLUDE = dtool/src/parser-inc \ panda/src/linmath/fltnames.h \ panda/src/linmath/dblnames.h \ panda/src/linmath/dbl2fltnames.h \ - panda/src/linmath/flt2dblnames.h + panda/src/linmath/flt2dblnames.h \ + panda/src/android \ + panda/src/iphone \ + panda/src/tinydisplay \ + panda/src/movies/dr_flac.h \ + dtool/src/dtoolbase/pdtoa.cxx \ + dtool/src/dtoolutil/panda_getopt_long.h \ + dtool/src/dtoolutil/panda_getopt_impl.h \ + dtool/src/dtoolutil/panda_getopt_impl.cxx # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -1972,7 +1980,13 @@ PREDEFINED = TVOLATILE= \ EXTEND= \ ALLOC_DELETED_CHAIN(x)= \ BLOCKING= \ - TYPENAME=typename + TYPENAME=typename \ + MAKE_PROPERTY(x)= \ + MAKE_PROPERTY2(x)= \ + MAKE_SEQ(x)= \ + MAKE_SEQ_PROPERTY(x)= \ + MAKE_MAP_PROPERTY(x)= \ + MAKE_MAP_KEYS_SEQ(x)= # 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. The