From 1a5d5d8a7e796035bc70d5c727d4d901dda50726 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 25 Oct 2011 00:45:35 -0700 Subject: Cleanup pass on documentation that was dumping garbage into doxygen output. (bzr r10696) --- src/undo-stack-observer.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/undo-stack-observer.h') 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 * @@ -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 -- cgit v1.2.3