summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-23 08:01:33 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-23 08:01:33 +0000
commit7cd2a14069d9d39b42b19a87d9cc6ba238c71924 (patch)
treec74f2e65e91a9df6304f15634550751214eab95c /src/composite-undo-stack-observer.h
parentWarning cleanup. (diff)
downloadinkscape-7cd2a14069d9d39b42b19a87d9cc6ba238c71924.tar.gz
inkscape-7cd2a14069d9d39b42b19a87d9cc6ba238c71924.zip
Documentation update pass.
(bzr r10692)
Diffstat (limited to '')
-rw-r--r--src/composite-undo-stack-observer.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h
index cd00d4211..c34ab7234 100644
--- a/src/composite-undo-stack-observer.h
+++ b/src/composite-undo-stack-observer.h
@@ -1,8 +1,4 @@
-/**
- * Aggregates undo stack observers for management and triggering in SPDocument
- *
- * Heavily inspired by Inkscape::XML::CompositeNodeObserver.
- *
+/*
* Authors:
* David Yip <yipdw@rose-hulman.edu>
*
@@ -11,8 +7,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifndef __COMPOSITE_UNDO_COMMIT_OBSERVER_H__
-#define __COMPOSITE_UNDO_COMMIT_OBSERVER_H__
+#ifndef SEEN_COMPOSITE_UNDO_COMMIT_OBSERVER_H
+#define SEEN_COMPOSITE_UNDO_COMMIT_OBSERVER_H
#include "gc-alloc.h"
#include "gc-managed.h"
@@ -27,6 +23,8 @@ class Event;
/**
* Aggregates UndoStackObservers for management and triggering in an SPDocument's undo/redo
* system.
+ *
+ * Heavily inspired by Inkscape::XML::CompositeNodeObserver.
*/
class CompositeUndoStackObserver : public UndoStackObserver {
public:
@@ -181,4 +179,4 @@ private:
}
-#endif
+#endif // SEEN_COMPOSITE_UNDO_COMMIT_OBSERVER_H