aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/README
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-08-22 08:51:05 +0200
committerDan Gudmundsson <[email protected]>2017-08-22 08:51:05 +0200
commitd25e050b9f22d0a1427dcd2d77528b2bc5264c17 (patch)
tree7db85174786c3b94bb991a36544481cfb8bc9989 /lib/wx/api_gen/README
parent770454f0a32fbc0714c6762ed3e4d761b799814f (diff)
parent4cc6df95844a299aac361f5e57a850508b07fa59 (diff)
downloadotp-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/README')
-rw-r--r--lib/wx/api_gen/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wx/api_gen/README b/lib/wx/api_gen/README
index dd0c49d227..200ef4c856 100644
--- a/lib/wx/api_gen/README
+++ b/lib/wx/api_gen/README
@@ -3,12 +3,13 @@ API GENERATION:
Users of wxErlang should not normally need to regenerate the generated code,
as it is checked in by wxErlang developers, when changes are made.
- Code checked in is currently generated from wxwidgets 2.8.10.
+ Code checked in is currently generated from wxwidgets 2.8.12.
REQUIREMENTS:
The code generation requires doxygen (1.4.6) which is
used to parse wxWidgets c++ headers and generate xml files (in
wx_xml/).
+ 2017-08-16 doxygen 1.8.11 is working with WXGTK_DIR=/ldisk/src/wxWidgets-2.8.12/include
2012-02-09 doxygen 1.7.4 is working fine