From: Pavel Sanda Date: Wed, 12 Mar 2008 01:38:58 +0000 (+0000) Subject: one more doxy move. X-Git-Tag: 1.6.10~5682 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=adaa376fd5392f2139924ccefe58edff19d22909;p=features.git one more doxy move. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23678 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 9157cd3000..eb6a7add6d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -924,6 +924,33 @@ void LyXAction::init() * \endvar */ { LFUN_BREAK_PARAGRAPH_SKIP, "break-paragraph-skip", Noop, Edit }, +/*! + * \var lyx::kb_action lyx::LFUN_PARAGRAPH_PARAMS + * \li Action: Change paragraph settings. + * \li Notion: Modifies the current paragraph, or currently selected paragraphs. + This function only modifies, and does not override, existing settings. + Note that the "leftindent" indent setting is deprecated. + * \li Syntax: paragraph-params [] [] [] [] + * \li Params: : \\noindent|\\indent|\\indent-toggle|\\leftindent LENGTH\n + : \\paragraph_spacing default|single|onehalf|double|other\n + : \\align block|left|right|center|default\n + : \\labelwidthstring WIDTH|\\start_of_appendix\n + * \li Origin: rgh, Aug 15 2007 + * \endvar + */ + { LFUN_PARAGRAPH_PARAMS, "paragraph-params", Noop, Edit }, +/*! + * \var lyx::kb_action lyx::LFUN_PARAGRAPH_PARAMS_APPLY + * \li Action: Change paragraph settings. + * \li Notion: Overwrite all nonspecified settings to the default ones. + Use paragraph-params lfun if you don't want to overwrite others settings. + * \li Syntax: paragraph-params-apply + * \li Params: For parameters see #LFUN_PARAGRAPH_PARAMS + * \li Origin: leeming, 30 Mar 2004 + * \endvar + */ + { LFUN_PARAGRAPH_PARAMS_APPLY, "paragraph-params-apply", Noop, Edit }, + { LFUN_PARAGRAPH_UPDATE, "", Noop, Hidden }, /*! * \var lyx::kb_action lyx::LFUN_OUTLINE_UP @@ -1041,34 +1068,6 @@ void LyXAction::init() { LFUN_INSET_TOGGLE, "", ReadOnly, Hidden }, { LFUN_ALL_INSETS_TOGGLE, "all-insets-toggle", ReadOnly, Edit }, -/*! - * \var lyx::kb_action lyx::LFUN_PARAGRAPH_PARAMS - * \li Action: Change paragraph settings. - * \li Notion: Modifies the current paragraph, or currently selected paragraphs. - This function only modifies, and does not override, existing settings. - Note that the "leftindent" indent setting is deprecated. - * \li Syntax: paragraph-params [] [] [] [] - * \li Params: : \\noindent|\\indent|\\indent-toggle|\\leftindent LENGTH\n - : \\paragraph_spacing default|single|onehalf|double|other\n - : \\align block|left|right|center|default\n - : \\labelwidthstring WIDTH|\\start_of_appendix\n - * \li Origin: rgh, Aug 15 2007 - * \endvar - */ - { LFUN_PARAGRAPH_PARAMS, "paragraph-params", Noop, Edit }, -/*! - * \var lyx::kb_action lyx::LFUN_PARAGRAPH_PARAMS_APPLY - * \li Action: Change paragraph settings. - * \li Notion: Overwrite all nonspecified settings to the default ones. - Use paragraph-params lfun if you don't want to overwrite others settings. - * \li Syntax: paragraph-params-apply - * \li Params: For parameters see #LFUN_PARAGRAPH_PARAMS - * \li Origin: leeming, 30 Mar 2004 - * \endvar - */ - { LFUN_PARAGRAPH_PARAMS_APPLY, "paragraph-params-apply", Noop, Edit }, - { LFUN_PARAGRAPH_UPDATE, "", Noop, Hidden }, - /*! * \var lyx::kb_action lyx::LFUN_FINISHED_FORWARD * \li Action: Moves the cursor out of the current slice, going forward.