From 5fdc95a70e03e41777f4a023f222f537110a70b1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Sep 2016 01:46:38 +0800 Subject: Fix misleading comment --- src/server/events/Mark.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/server/events/Mark.hpp b/src/server/events/Mark.hpp index 895a309c..db5550a0 100644 --- a/src/server/events/Mark.hpp +++ b/src/server/events/Mark.hpp @@ -26,7 +26,11 @@ class Engine; namespace Events { -/** Set properties of a graph object. +/** Delineate the start or end of a bundle of events. + * + * This is used to mark the ends of an undo transaction, so a single undo can + * undo the effects of many events (such as a paste or a graph load). + * * \ingroup engine */ class Mark : public Event -- cgit v1.2.1