.Net Standard port for Opentk
Go to file
the_fiddler 3edf2cebda ESCLParser can now parse negative enum constants.
ESCLParser can now parse bitfield constants in the form (1 << n).
Added a workaround for enums named as "FooFlags - bitfield" which where converted to "FooFlagsFlags". They are now converted to "FooFlags".
Added flow attribute to function parameters. Parameter names ending with "ret" (e.g. errcode_ret) have a flow of "out". Everything else currently has a flow of "in".
Fixed conversion of "unsigned [byte|short|int|long]" parameters (they are now converted to [byte|ushort|uint|ulong] respectively).
2009-08-11 13:53:01 +00:00
Build Enabled xml documentation in debug builds. 2009-06-25 11:16:45 +00:00
Documentation Updated documentation for 0.9.9-1 release. 2009-08-04 09:37:31 +00:00
Source ESCLParser can now parse negative enum constants. 2009-08-11 13:53:01 +00:00