From: Pavel Sanda Date: Sat, 7 Jun 2008 22:16:03 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4451 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6de6a69775ffd919c77290144f4a87fd7eb0190d;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25192 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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