diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/undo-stack-observer.h | |
| parent | cppcheck (diff) | |
| download | inkscape-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.h | 12 |
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 |
