[repacker] Add comment to graph class.

This commit is contained in:
Garret Rieger 2022-06-24 21:00:54 +00:00
parent 81a2dd0e80
commit 2674962cf5
1 changed files with 4 additions and 0 deletions

View File

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