diff options
| author | Dan Gudmundsson <[email protected]> | 2017-08-22 08:51:05 +0200 |
|---|---|---|
| committer | Dan Gudmundsson <[email protected]> | 2017-08-22 08:51:05 +0200 |
| commit | d25e050b9f22d0a1427dcd2d77528b2bc5264c17 (patch) | |
| tree | 7db85174786c3b94bb991a36544481cfb8bc9989 /lib/wx/api_gen/wx_doxygen.conf | |
| parent | 770454f0a32fbc0714c6762ed3e4d761b799814f (diff) | |
| parent | 4cc6df95844a299aac361f5e57a850508b07fa59 (diff) | |
| download | otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.tar.gz otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.tar.bz2 otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.zip | |
Merge remote-tracking branch 'upstream/maint'
* upstream/maint:
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 |
