commit | 2674962cf5bdeea949fac5636c83acf63cbecac4 | [log] [tgz] |
---|---|---|
author | Garret Rieger <grieger@google.com> | Fri Jun 24 21:00:54 2022 +0000 |
committer | Garret Rieger <grieger@google.com> | Fri Jun 24 17:16:50 2022 -0600 |
tree | 456e8030e876ad13606b48542eecf6f15f86a6c5 | |
parent | 81a2dd0e80710b08054234a89463efd5814d998a [diff] [blame] |
[repacker] Add comment to graph class.
diff --git a/src/graph/graph.hh b/src/graph/graph.hh index ed37352..52ca9dd 100644 --- a/src/graph/graph.hh +++ b/src/graph/graph.hh
@@ -29,6 +29,10 @@ namespace graph { +/** + * Represents a serialized table in the form of a graph. + * Provides methods for modifying and reordering the graph. + */ struct graph_t { struct vertex_t