]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Move #includes out of header files.
[lyx.git] / src / InsetList.h
index b434298c92058bbb3f8047811e936769f182628e..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
@@ -55,7 +64,8 @@ public:
        ///
        void deleteInsetsLyXText(BufferView * bv);
        ///
-       void resizeInsetsLyXText(BufferView * bv);
+       void InsetList::insetsOpenCloseBranch(BufferView * bv);
+
 private:
        ///
        List list;