mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 20:48:59 +00:00
structured comments (#7192)
This commit is contained in:
@@ -52,8 +52,9 @@ class AnnotatedBinaryTextGenerator {
|
||||
options_(options) {}
|
||||
|
||||
// Generate the annotated binary for the given `filename`. Returns true if the
|
||||
// annotated binary was succesfully saved.
|
||||
bool Generate(const std::string &filename, const std::string &schema_filename);
|
||||
// annotated binary was successfully saved.
|
||||
bool Generate(const std::string &filename,
|
||||
const std::string &schema_filename);
|
||||
|
||||
private:
|
||||
const std::map<uint64_t, BinarySection> annotations_;
|
||||
|
||||
Reference in New Issue
Block a user