diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/wx/api_gen/README | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/wx/api_gen/README')
-rw-r--r-- | lib/wx/api_gen/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/wx/api_gen/README b/lib/wx/api_gen/README new file mode 100644 index 0000000000..3c49f7b2a5 --- /dev/null +++ b/lib/wx/api_gen/README @@ -0,0 +1,26 @@ +API GENERATION: + Most of the code in wx is generated. + Users of wxErlang should not normally need to regenerate the generated code, + as it is checked in by wxErlang developers, when changes are made. + 2008-09-29 Code checked in is currently generated from wxwidgets 2.8.7. + +REQUIREMENTS: + The code generation requires doxygen (1.4.6) which is + used to parse wxWidgets c++ headers and generate xml files (in + wx_xml/). + + (2008-09-29 doxygen 1.4.6 is required. + Later versions of Doxygen - up to 1.5.6 at least - have a bug in the xml generation + which causes us problems. This has been logged and we are waiting for a fix.) + +CONFIGURATION: + wxapi.conf contains the specification to the code generator. The code + generator reads the specification and parses the xml files and + produces the erlang and the 'C' code. + + Adding/changing stuff/classes should be done by updating wxapi.conf + and running make. Sometimes the code generator will require changes, + I havn't thought of everything yet. + +CONTRIBUTION: + Send me patches or update the svn version. |