mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 14:52:01 +00:00
Update idl.h
This commit is contained in:
@@ -646,12 +646,10 @@ extern bool GenerateGeneral(const Parser &parser,
|
|||||||
// Generate a schema file from the internal representation, useful after
|
// Generate a schema file from the internal representation, useful after
|
||||||
// parsing a .proto schema.
|
// parsing a .proto schema.
|
||||||
extern std::string GenerateFBS(const Parser &parser,
|
extern std::string GenerateFBS(const Parser &parser,
|
||||||
const std::string &file_name,
|
const std::string &file_name);
|
||||||
const bool &escape_proto_identifiers);
|
|
||||||
extern bool GenerateFBS(const Parser &parser,
|
extern bool GenerateFBS(const Parser &parser,
|
||||||
const std::string &path,
|
const std::string &path,
|
||||||
const std::string &file_name,
|
const std::string &file_name);
|
||||||
const bool &escape_proto_identifiers);
|
|
||||||
|
|
||||||
// Generate a make rule for the generated JavaScript code.
|
// Generate a make rule for the generated JavaScript code.
|
||||||
// See idl_gen_js.cpp.
|
// See idl_gen_js.cpp.
|
||||||
|
|||||||
Reference in New Issue
Block a user