mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Support native_type for tables when using the C++ object API. If native_type is specified on a table: - No object API struct type is generated. - The object API refers to the table by its native_type. - UnPack and Create<TableName> methods are declared but not defined; as they must be user-provided. * Add tests for native_type on tables. * Add documentation for native_type on tables.
Documentation
This is the source of the FlatBuffers documentation, that is served at https://flatbuffers.dev.
Local Building
The documentation can be built and served locally during development, see https://flatbuffers.dev/contributing/#local-development for full details.
tl;dr
Install:
pip install mkdocs-material
pip install mkdocs-redirects
Build and Serve:
mkdocs serve -f docs/mkdocs.yml