diff options
author | Dan Gudmundsson <[email protected]> | 2010-03-02 09:52:31 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-12 06:41:31 +0100 |
commit | 556b7f0aea69c7a82a2d0b4c844d07732d005288 (patch) | |
tree | 9634c0a57894a758c11cd33ea12adba202dc4163 /lib/wx/api_gen/wx_gen.hrl | |
parent | e68047c805927face88ef43fd6fdbc2a631b9d0a (diff) | |
download | otp-556b7f0aea69c7a82a2d0b4c844d07732d005288.tar.gz otp-556b7f0aea69c7a82a2d0b4c844d07732d005288.tar.bz2 otp-556b7f0aea69c7a82a2d0b4c844d07732d005288.zip |
Fixed code generation from newer doxygen versions.
Also changed the wx.hrl output order.
Tried to get it to work with both doxygen-1.4.6 and doxygen-1.6.3.
Minor problems still exists with doxygen-1.6.3.
Diffstat (limited to 'lib/wx/api_gen/wx_gen.hrl')
-rw-r--r-- | lib/wx/api_gen/wx_gen.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wx_gen.hrl b/lib/wx/api_gen/wx_gen.hrl index b34d399358..7e6cf22499 100644 --- a/lib/wx/api_gen/wx_gen.hrl +++ b/lib/wx/api_gen/wx_gen.hrl @@ -72,7 +72,7 @@ } ). --record(enum, {skip="", as_atom=false, vals}). +-record(enum, {from, skip="", as_atom=false, vals}). -record(const,{name,val,enum,is_const}). -define(error(What), |