]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
ws changes only
[lyx.git] / src / undo.h
index b9c8e3df990afcbfba20d61acbf28aaa5d2897d2..415377cf3309cd05496354c98bad323ddc688b12 100644 (file)
@@ -1,18 +1,20 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
+/**
+ * \file undo.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
+ * \author Asger Alstrup
+ * \author Lars Gullik Bjønnes
+ * \author André Pönitz
  *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef UNDO_H
 #define UNDO_H
 
-#include "ParagraphList.h"
+#include "ParagraphList_fwd.h"
 
 /**
  * These are the elements put on the undo stack. Each object
@@ -51,10 +53,10 @@ public:
        undo_kind kind;
 
        /**
-        * ID of hosting inset if the cursor is in one. 
+        * ID of hosting inset if the cursor is in one.
         * if -1, then the cursor is not in an inset.
         * if >= 0, then the cursor is in inset with given id.
-        */ 
+        */
        int inset_id;
 
        /// Offset to the first paragraph in the main document paragraph list