summaryrefslogtreecommitdiffstats
path: root/flatc.1.md
diff options
context:
space:
mode:
authorSergey Avseyev <sergey.avseyev@gmail.com>2017-11-22 17:52:45 +0300
committerSergey Avseyev <sergey.avseyev@gmail.com>2017-11-22 17:55:47 +0300
commitf1db0a93658de0d85e87bb63eee87c25a45f2d53 (patch)
treee5f30818c9a7bacd607d78e17055364d718a9fd9 /flatc.1.md
parent291b9ab7689832a10e87b820b31a71fde9ce28f2 (diff)
downloadflatbuffers-master.tar.gz
flatbuffers-master.tar.xz
flatbuffers-master.zip
update manpages for 1.8.0HEADmaster
Diffstat (limited to 'flatc.1.md')
-rw-r--r--flatc.1.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/flatc.1.md b/flatc.1.md
index b431afa..3e49953 100644
--- a/flatc.1.md
+++ b/flatc.1.md
@@ -1,4 +1,4 @@
-FLATC 1 "JUNE 2017" Linux "User Manuals"
+FLATC 1 "NOVEMBER 2017" Linux "User Manuals"
========================================
NAME
@@ -118,6 +118,14 @@ Additional options:
`--keep-prefix`
Keep original prefix of schema include statement.
+`--reflect-types`
+ Add minimal type reflection to code generation.
+
+`--reflect-names`
+ Add minimal type/name reflection.
+
+
+
NOTE: short-form options for generators are deprecated, use the long form whenever possible.
SEE ALSO