]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Painter and scrollbar API patches
[lyx.git] / src / paragraph.h
index cfe648b4c33aae3e16162b41cb9251daca167f58..47b1420752f3f33613a592ed2ecfafa0b808a15a 100644 (file)
@@ -1,13 +1,10 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
- *
- *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+/**
+ *  \file paragraph.h
+ *  Copyright 1995 Matthias Ettrich
+ *  Copyright 2002 the LyX Team
+ *  Read the file COPYING
+ */
 
 #ifndef PARAGRAPH_H
 #define PARAGRAPH_H
@@ -342,6 +339,10 @@ public:
 private:
        ///
        string layout_;
+public:
+       /** Both these definitions must be made public to keep Compaq cxx 6.5
+        *  happy.
+        */
        ///
        struct InsetTable {
                ///
@@ -354,6 +355,7 @@ private:
 
        ///
        typedef std::vector<InsetTable> InsetList;
+private:
        ///
        InsetList insetlist;
 public:
@@ -395,7 +397,7 @@ public:
        inset_iterator inset_iterator_begin();
        ///
        inset_iterator inset_iterator_end();
-       ///
+       /// returns inset iterator of the first inset at or after pos.
        inset_iterator InsetIterator(lyx::pos_type pos);
 
 private: