flatbuffers/docs/source
Wouter van Oortmerssen a5f50019bc Made declaring the underlying type of an enum mandatory.
This is a breaking change, anyone having schema files with enums
that do not specify a type will get a specialized error:

must specify the underlying integer type for this
enum (e.g. ': short', which was the default).

All of the samples and docs already had a type specified,
so hopefully this will affect very few people.

Bug: 15777205
Change-Id: I9b8d7c0827867f7efb6c217346db7e402695eff0
Tested: on Windows
2014-07-02 14:39:59 -07:00
..
Benchmarks.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Building.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Compiler.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
CppUsage.md Add buffer verification functionality to FlatBuffers 2014-07-01 17:52:16 -07:00
doxyfile Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
FlatBuffers.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
Grammar.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
Internals.md Documentation changes to clarify FlatBuffer internals. 2014-06-17 17:49:50 -07:00
JavaUsage.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Schemas.md Made declaring the underlying type of an enum mandatory. 2014-07-02 14:39:59 -07:00
WhitePaper.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00