From: Vincent van Ravesteijn Date: Thu, 16 Jul 2009 18:58:47 +0000 (+0000) Subject: * LyXAction.cpp: doxy. X-Git-Tag: 2.0.0~5990 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=466b09b0069ecffad3b4d2916a3f24ff49ebba1a;p=features.git * LyXAction.cpp: doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30633 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5b07453120..b37ba307f9 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 },