From 6de6a69775ffd919c77290144f4a87fd7eb0190d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 7 Jun 2008 22:16:03 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25192 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index bcf56d592e..f5b740fc86 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -525,6 +525,12 @@ void LyXAction::init() * \endvar */ { LFUN_NOTE_INSERT, "note-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_NOTE_NEXT + * \li Action: Moves the cursor to the begining of next Note inset. + * \li Syntax: note-next + * \endvar + */ { LFUN_NOTE_NEXT, "note-next", ReadOnly, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_NEWLINE_INSERT -- 2.39.2