mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* LyXAction.cpp: doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30633 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc5e189c52
commit
466b09b006
@ -1909,9 +1909,10 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
|
{ LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_BREAK_PARAGRAPH
|
* \var lyx::FuncCode lyx::LFUN_PARAGRAPH_SPACING
|
||||||
* \li Action: Breaks the current paragraph at the current location.
|
* \li Action: Adjusts the spacing of the paragraph.
|
||||||
* \li Syntax: break-paragraph
|
* \li Syntax: paragraph-spacing
|
||||||
|
* \ii Notion: This LFUN is obsolete. Please use LFUN_PARAGRAPH_PARAMS.
|
||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_PARAGRAPH_SPACING, "paragraph-spacing", Noop, Edit },
|
{ LFUN_PARAGRAPH_SPACING, "paragraph-spacing", Noop, Edit },
|
||||||
|
Loading…
Reference in New Issue
Block a user