summaryrefslogtreecommitdiff
path: root/src/data/tikzdocument.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-11 13:39:59 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-11 13:39:59 +0100
commit7ba78eb787b925c99bfd5838543bb98e0d4743c8 (patch)
tree9801a5490de3a9c4988affd96f8700fe0e9e0285 /src/data/tikzdocument.h
parentc0bb77059e3c4afa47fe6bfebbf99e230a01992c (diff)
added more source code documentation
Diffstat (limited to 'src/data/tikzdocument.h')
-rw-r--r--src/data/tikzdocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/tikzdocument.h b/src/data/tikzdocument.h
index f574f5c..d3a18b1 100644
--- a/src/data/tikzdocument.h
+++ b/src/data/tikzdocument.h
@@ -1,4 +1,4 @@
-/**
+/*!
* This class contains a tikz Graph, source code, file info, and undo stack. It serves as the model
* in the MVC triple (TikzDocument, TikzView, TikzScene).
*/