mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25192 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8388adb89a
commit
6de6a69775
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user