mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 14:15:17 +00:00
Prefixing of enum value identifiers in C++ is now optional.
See -P option to flatc. Bug: 16814856 Change-Id: I855973df6afa27e0efa27cf9c4b4aee8a1fcdd22 Tested: on OS X.
This commit is contained in:
@@ -34,3 +34,6 @@ be generated for each file processed:
|
||||
|
||||
- `-S` : Generate strict JSON (field names are enclosed in quotes).
|
||||
By default, no quotes are generated.
|
||||
|
||||
- `-P` : Don't prefix enum values in generated C++ by their enum type.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user