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:
Pavel Sanda 2008-07-07 19:23:53 +00:00
parent 391c3234ff
commit 59553ea2c7

View File

@ -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