summaryrefslogtreecommitdiffstats
path: root/src/undo-stack-observer.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/undo-stack-observer.h
parentcppcheck (diff)
downloadinkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz
inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/undo-stack-observer.h')
-rw-r--r--src/undo-stack-observer.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/undo-stack-observer.h b/src/undo-stack-observer.h
index 5bf405f7f..f4d67e841 100644
--- a/src/undo-stack-observer.h
+++ b/src/undo-stack-observer.h
@@ -1,8 +1,4 @@
-/**
- * Undo stack observer interface
- *
- * Observes undo, redo, and undo log commit events.
- *
+/*
* Authors:
* David Yip <yipdw@rose-hulman.edu>
*
@@ -11,8 +7,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifndef __UNDO_COMMIT_OBSERVER_H__
-#define __UNDO_COMMIT_OBSERVER_H__
+#ifndef SEEN_UNDO_COMMIT_OBSERVER_H
+#define SEEN_UNDO_COMMIT_OBSERVER_H
#include "gc-managed.h"
@@ -74,4 +70,4 @@ public:
}
-#endif
+#endif // SEEN_UNDO_COMMIT_OBSERVER_H