structured comments (#7192)

This commit is contained in:
Derek Bailey
2022-03-29 10:01:32 -07:00
committed by GitHub
parent a4cb1599d8
commit 7fd8576233
27 changed files with 867 additions and 535 deletions

View File

@@ -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_;