diff options
author | Dan Gudmundsson <[email protected]> | 2017-08-22 08:50:05 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-08-22 08:50:05 +0200 |
commit | 4cc6df95844a299aac361f5e57a850508b07fa59 (patch) | |
tree | b0497d331a87e0829fd045df0bad2b932040dc40 /lib/wx/api_gen/wx_doxygen.conf | |
parent | f392006644991074d2c4d5055773409c5e0503d7 (diff) | |
parent | 9fb768ea445b0b75d97decc893a5e63f232ef4b2 (diff) | |
download | otp-4cc6df95844a299aac361f5e57a850508b07fa59.tar.gz otp-4cc6df95844a299aac361f5e57a850508b07fa59.tar.bz2 otp-4cc6df95844a299aac361f5e57a850508b07fa59.zip |
Merge branch 'dgud/wx/del-depr/OTP-14539' into maint
* dgud/wx/del-depr/OTP-14539:
Remove deprecation of non deprecated functions
Update so that doxygen 1.8.11 can generate code
Diffstat (limited to 'lib/wx/api_gen/wx_doxygen.conf')
-rw-r--r-- | lib/wx/api_gen/wx_doxygen.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/wx/api_gen/wx_doxygen.conf b/lib/wx/api_gen/wx_doxygen.conf index a96db00254..d6a0e9e6a1 100644 --- a/lib/wx/api_gen/wx_doxygen.conf +++ b/lib/wx/api_gen/wx_doxygen.conf @@ -71,12 +71,12 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = @WXGTK_DIR@/wx/ wx_extra/ +INPUT = @WXGTK_DIR@/wx/ @WXGTK_DIR@/../contrib/include/wx/stc/ wx_extra/ # FILE_PATTERNS = *.h RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = mac/* mgl/* msw/* os2/* x11/* gtk1/* cocoa/* motif/* msdos/* palmos/* private/* vms_x_fix.h +EXCLUDE_PATTERNS = */mac/* */dfb/* */mgl/* */msw/* */os2/* */x11/* */gtk1/* */cocoa/* */motif/* */msdos/* */palmos/* */private/* */univ/* */vms_x_fix.h EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO @@ -155,8 +155,6 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- GENERATE_XML = YES XML_OUTPUT = ./wx_xml/ -XML_SCHEMA = -XML_DTD = XML_PROGRAMLISTING = NO #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output |