From 2bf85f71dc07b2c4785b9408e3c426ccaab55b74 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 18 Dec 2017 15:29:33 +0000 Subject: introduced some comments for source navigation --- tikzit/src/data/graph.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tikzit/src/data/graph.h') diff --git a/tikzit/src/data/graph.h b/tikzit/src/data/graph.h index 37bbff9..952b8b4 100644 --- a/tikzit/src/data/graph.h +++ b/tikzit/src/data/graph.h @@ -1,3 +1,7 @@ +/** + * A tikz graph. This serves as the model in the MVC (Graph, TikzView, TikzScene). + */ + #ifndef GRAPH_H #define GRAPH_H -- cgit v1.2.3