mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25372 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
78356819ea
commit
f6d0205398
@ -1714,6 +1714,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_PARAGRAPH_PARAMS_APPLY, "paragraph-params-apply", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_PARAGRAPH_UPDATE
|
||||
* \li Action: Updates the values inside the paragraph dialog from the paragraph.
|
||||
* \li Notion: This is internal LFUN, not to be used by users. Called internally
|
||||
by #LFUN_DIALOG_UPDATE.
|
||||
* \li Origin: leeming, 13 Mar 2003
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_PARAGRAPH_UPDATE, "", Noop, Hidden },
|
||||
|
||||
/*!
|
||||
@ -1861,7 +1869,8 @@ void LyXAction::init()
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_INSET_DIALOG_UPDATE
|
||||
* \li Action: Updates the values inside the dialog from the inset.
|
||||
* \li Notion: This is internal LFUN, not to be used by users.
|
||||
* \li Notion: This is internal LFUN, not to be used by users. Called internally
|
||||
by #LFUN_DIALOG_UPDATE
|
||||
* \li Params: <DIALOG-NAME>
|
||||
* \li Origin: leeming, 25 Feb 2003
|
||||
* \endvar
|
||||
|
Loading…
Reference in New Issue
Block a user