[repacker] Add comment to graph class.
This commit is contained in:
parent
81a2dd0e80
commit
2674962cf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue