]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Painter and scrollbar API patches
[lyx.git] / src / paragraph.h
index 3d1193eb5c99a25e46738ec5f0ac67c700f1f06f..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
@@ -400,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: