mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23715 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9f088c828e
commit
798477a8ec
@ -1356,6 +1356,13 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_BUFFER_NEW_TEMPLATE,"buffer-new-template", NoBuffer, Buffer },
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_BUFFER_RELOAD
|
||||
* \li Action: Reverts opened document.
|
||||
* \li Syntax: buffer-reload
|
||||
* \li Origin: Asger, 2 Feb 1997
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_BUFFER_RELOAD, "buffer-reload", ReadOnly, Buffer },
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_BUFFER_SWITCH
|
||||
@ -1467,7 +1474,6 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_FILE_OPEN, "file-open", NoBuffer, Buffer },
|
||||
|
||||
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_CALL
|
||||
* \li Action: Executes a command defined in a .def file.
|
||||
|
Loading…
Reference in New Issue
Block a user