diff options
author | Dan Gudmundsson <[email protected]> | 2017-08-16 16:42:58 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-08-16 16:42:58 +0200 |
commit | e56fed2c88d3191b7944f26424e4c797380d4c8e (patch) | |
tree | d979ce003f76ce4c11adac8dfbf3899ab899d87a /lib/wx/api_gen/README | |
parent | 2383da3b7b82ba9b1680accf4b7b884827b395ae (diff) | |
download | otp-e56fed2c88d3191b7944f26424e4c797380d4c8e.tar.gz otp-e56fed2c88d3191b7944f26424e4c797380d4c8e.tar.bz2 otp-e56fed2c88d3191b7944f26424e4c797380d4c8e.zip |
Update so that doxygen 1.8.11 can generate code
Fix some configurations so that it works with new doxygen and
with complete install outside of /usr/include/wx...
Diffstat (limited to 'lib/wx/api_gen/README')
-rw-r--r-- | lib/wx/api_gen/README | 3 |
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 |