* 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:
Vincent van Ravesteijn 2009-07-16 18:58:47 +00:00
parent fc5e189c52
commit 466b09b006

View File

@ -1909,9 +1909,10 @@ void LyXAction::init()
*/
{ LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_BREAK_PARAGRAPH
* \li Action: Breaks the current paragraph at the current location.
* \li Syntax: break-paragraph
* \var lyx::FuncCode lyx::LFUN_PARAGRAPH_SPACING
* \li Action: Adjusts the spacing of the paragraph.
* \li Syntax: paragraph-spacing
* \ii Notion: This LFUN is obsolete. Please use LFUN_PARAGRAPH_PARAMS.
* \endvar
*/
{ LFUN_PARAGRAPH_SPACING, "paragraph-spacing", Noop, Edit },