mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Add doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23676 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e01f7e7105
commit
f93258707c
@ -910,6 +910,15 @@ void LyXAction::init()
|
||||
|
||||
{ LFUN_PARAGRAPH_DOWN, "paragraph-down", ReadOnly | NoUpdate, Edit },
|
||||
{ LFUN_PARAGRAPH_DOWN_SELECT, "paragraph-down-select", ReadOnly, Edit },
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_PARAGRAPH_GOTO
|
||||
* \li Action: Jump to a paragraph given by its id number.
|
||||
* \li Notion: Note that id number of paragraph is not the sequential number of paragraph
|
||||
seen on the screen. Moreover the id is unique for all opened buffers (documents).
|
||||
* \li Syntax: paragraph-goto <PAR_ID_NUMBER>
|
||||
* \li Origin: Dekel, 26 Aug 2000
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_OUTLINE_UP
|
||||
|
Loading…
Reference in New Issue
Block a user