From 2674962cf5bdeea949fac5636c83acf63cbecac4 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Fri, 24 Jun 2022 21:00:54 +0000 Subject: [PATCH] [repacker] Add comment to graph class. --- src/graph/graph.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/graph/graph.hh b/src/graph/graph.hh index ed37352e5..52ca9dd14 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