]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Point fix, earlier forgotten
[lyx.git] / src / InsetList.h
index 27b34b29cf616584b553d3819a00aa81326b85c5..2d663e1d1ec3949791cca1009d7a308e711f181a 100644 (file)
@@ -1,4 +1,13 @@
 // -*- C++ -*-
+/**
+ * \file InsetList.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef INSET_LIST_H
 #define INSET_LIST_H
@@ -54,6 +63,9 @@ public:
        void decreasePosAfterPos(lyx::pos_type pos);
        ///
        void deleteInsetsLyXText(BufferView * bv);
+       ///
+       void InsetList::insetsOpenCloseBranch(BufferView * bv);
+
 private:
        ///
        List list;