mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 13:53:38 +00:00
Add new Docs source files (#8461)
This commit is contained in:
7
docs/source/flatc.md
Normal file
7
docs/source/flatc.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# FlatBuffers Compiler (`flatc`)
|
||||
|
||||
The main compiler for FlatBuffers is called `flatc` and is used as follows:
|
||||
|
||||
```sh
|
||||
flatc [ GENERATOR_OPTIONS ] [ -o PATH ] [- I PATH ] FILES... [ -- BINARY_FILES... ]
|
||||
```
|
||||
Reference in New Issue
Block a user