summaryrefslogtreecommitdiff
path: root/src/gui/undocommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/undocommands.h')
-rw-r--r--src/gui/undocommands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/undocommands.h b/src/gui/undocommands.h
index ffff876..0a7dece 100644
--- a/src/gui/undocommands.h
+++ b/src/gui/undocommands.h
@@ -1,4 +1,6 @@
-/**
+/*!
+ * \file undocommands.h
+ *
* All changes to a TikzDocument are done via subclasses of QUndoCommand. When a controller
* (e.g. TikzScene) gets input from the user to change the document, it will push one of
* these commands onto the TikzDocument's undo stack, which automatically calls the redo()