]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
Move #includes out of header files.
[lyx.git] / src / MenuBackend.h
index 5366515f2cb23f34c10bb31f4bc1fd09bf517a47..4bb8fd0e728a2119ad3c550ac2bb02cc1f344f1b 100644 (file)
@@ -1,15 +1,14 @@
-/* This file is part of              -*- C++ -*-
-* ======================================================
-*
-*           LyX, The Document Processor
-*
-*           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2001 The LyX Team.
-*
-*           This file is Copyright 1999
-*           Jean-Marc Lasgouttes
-*
-*======================================================*/
+// -*- C++ -*-
+/**
+ * \file MenuBackend.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef MENUBACKEND_H
 #define MENUBACKEND_H
@@ -65,7 +64,9 @@ public:
                FloatInsert,
                /** This is the list of selections that can
                    be pasted. */
-               PasteRecent
+               PasteRecent,
+               /** Available branches in document */
+               Branches
        };
        /// Create a Command type MenuItem
        MenuItem(Kind kind,
@@ -196,7 +197,7 @@ public:
        /// Expands some special entries of the menu
        /** The entries with the following kind are expanded to a
            sequence of Command MenuItems: Lastfiles, Documents,
-           ViewFormats, ExportFormats, UpdateFormats
+           ViewFormats, ExportFormats, UpdateFormats, Branches
        */
        void expand(Menu const & frommenu, Menu & tomenu,
                    LyXView const *) const;