Opentk/Source
Stefanos A 6921509680 Added "reuse" directive for enums
Sometimes an enum may reuse the tokens of another enum verbatim
(possibly adding a few extra tokens.) The reuse directive simplifies
the handling of this case:
<enum name="Foo">
  <reuse enum="Bar" />
</enum>
2013-11-04 22:26:06 +01:00
..
Bind Added "reuse" directive for enums 2013-11-04 22:26:06 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Normalized line endings 2013-10-11 01:58:54 +02:00
Converter Maintain api version information on converted signatures 2013-11-03 20:30:43 +01:00
Examples Normalized line endings 2013-10-11 01:58:54 +02:00
GLControl Normalized line endings 2013-10-11 01:58:54 +02:00
OpenTK Strongly-typed enums for ES 3.0 (WIP3) 2013-11-04 19:49:25 +01:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00