mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24091 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94699b5865
commit
53efaaee73
@ -1566,6 +1566,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_BUFFER_SAVE_AS_DEFAULT, "buffer-save-as-default", Noop, Buffer },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_BUFFER_PARAMS_APPLY
|
||||
* \li Action: Apply the given settings to the current document.
|
||||
* \li Syntax: buffer-params-apply [<ARGS>]
|
||||
* \li Params: <ARGS>: contains the particular settings to be saved. They obey the syntax
|
||||
you can find in document header of usual .lyx file.
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_BUFFER_PARAMS_APPLY, "buffer-params-apply", Noop, Buffer },
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user