mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Finish server lfuns doxyfication.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25494 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
391c3234ff
commit
59553ea2c7
@ -2312,6 +2312,13 @@ void LyXAction::init()
|
||||
{ LFUN_KEYMAP_SECONDARY, "keymap-secondary", ReadOnly, Edit },
|
||||
{ LFUN_KEYMAP_TOGGLE, "keymap-toggle", ReadOnly, Edit },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_SERVER_GET_LAYOUT
|
||||
* \li Action: Returns the current layout (that is environment) name
|
||||
on the cursor position.
|
||||
* \li Syntax: server-get-layout
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly, System },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_SERVER_GET_FILENAME
|
||||
|
Loading…
Reference in New Issue
Block a user