flatbuffers/docs/source
Wouter van Oortmerssen 3881bbd651 Multiple schemas parsed by flatc are now parsed independently.
It used to be such that later schemas could depend on earlier
schemas. This was a convenience from days before include files
were implemented. Nowadays they cause subtle bugs rather than being
useful, so this functionality has been removed.

You now need to explicitly include files you depend upon.

Change-Id: Id8292c3c621fc38fbd796da2d2cbdd63efc230d1
Tested: on Linux.
2015-12-02 11:12:39 -08:00
..
Benchmarks.md Fix typo in Benchmarks.md 2015-04-06 11:44:21 -07:00
Building.md
Compiler.md Multiple schemas parsed by flatc are now parsed independently. 2015-12-02 11:12:39 -08:00
CppUsage.md Clarified use of unions in C++. 2015-09-14 11:00:12 -07:00
doxyfile Added a platform / language / feature support matrix to docs. 2015-08-12 12:07:43 -07:00
FlatBuffers.md Updated supported languages in the docs. 2015-11-09 17:25:17 -08:00
GoUsage.md
Grammar.md Fixed small inaccurracies in the schema grammar. 2015-07-31 12:26:23 -07:00
Internals.md
JavaUsage.md added vector mutators 2015-08-15 14:48:47 +03:00
PythonUsage.md Fix minor typos in the Python documentation. 2015-10-17 17:48:06 -07:00
Schemas.md A few schema documentation fixes. 2015-07-08 17:49:49 -07:00
style.css Updated documentation to use new css style. 2015-07-22 13:10:37 -07:00
Support.md Updated supported languages in the docs. 2015-11-09 17:25:17 -08:00
WhitePaper.md