mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Add doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22978 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c6161cfdc6
commit
c65107ab21
@ -1298,6 +1298,13 @@ void LyXAction::init()
|
|||||||
{ LFUN_FILE_INSERT, "file-insert", Noop, Edit },
|
{ LFUN_FILE_INSERT, "file-insert", Noop, Edit },
|
||||||
{ LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop, Edit },
|
{ LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop, Edit },
|
||||||
{ LFUN_FILE_INSERT_PLAINTEXT_PARA, "file-insert-plaintext-para", Noop, Edit },
|
{ LFUN_FILE_INSERT_PLAINTEXT_PARA, "file-insert-plaintext-para", Noop, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::kb_action lyx::LFUN_FILE_OPEN
|
||||||
|
* \li Action: Open LyX document.
|
||||||
|
* \li Syntax: file-open [<FILE>]
|
||||||
|
* \li Params: <FILE>: Filename to be opened.
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_FILE_OPEN, "file-open", NoBuffer, Buffer },
|
{ LFUN_FILE_OPEN, "file-open", NoBuffer, Buffer },
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user