flatbuffers/docs/source
Clément Julliard b72a75f87d Doc: use correct ref types for flatcc string creation. (#5305)
Some string definitions were typed as ns(Weapon_ref_t) while they should
be flatbuffers_string_ref_t. Note that the former was also compiling &
running correctly as both ref types boil down to the same underlying ref
type.
2019-04-24 10:34:21 -07:00
..
gRPC
Benchmarks.md
Building.md Fix recursion counter check. Add control to override depth of nested … (#4953) 2018-10-04 09:27:37 -07:00
Compiler.md [C++] Object API: document custom string type requirements, 2019-03-11 09:42:02 -07:00
CONTRIBUTING.md
CppUsage.md [C++] Object API: document custom string type requirements, 2019-03-11 09:42:02 -07:00
CUsage.md
DartUsage.md Fix typo in dart documentation (#5230) 2019-03-11 09:49:17 -07:00
doxyfile Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
doxygen_layout.xml Fix missing doxygen link to Rust docs 2018-11-13 11:10:03 -08:00
FlatBuffers.md Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
FlexBuffers.md
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md Update grammar to reflect required type signature for enum declarations. (#5269) 2019-03-28 10:48:40 -07:00
groups TypeScript docs (#4680) 2018-03-23 09:01:39 -07:00
Internals.md Add FLATBUFFERS_ prefix to defines [C++] (#4695) 2018-04-05 16:00:54 -07:00
JavaCsharpUsage.md
JavaScriptUsage.md
LobsterUsage.md FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
LuaUsage.md Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
RustUsage.md [Rust] Don't use inner attributes for allow (#5212) 2019-03-09 12:58:27 -08:00
Schemas.md Part of #5265, neutral changes (#5281) 2019-04-08 10:05:50 -07:00
style.css
Support.md Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
Tutorial.md Doc: use correct ref types for flatcc string creation. (#5305) 2019-04-24 10:34:21 -07:00
TypeScriptUsage.md docs: Fix where to find the Typescript typings (#5298) 2019-04-19 13:09:26 -07:00
WhitePaper.md