From 58ad19a23292ce0dfdadc97a24e6394cb5df4dd5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 15 Jun 2008 00:44:17 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25251 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5867dd9583..7396a41e76 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1355,6 +1355,15 @@ void LyXAction::init() */ { LFUN_MATH_LIMITS, "math-limits", Noop, Math }, { LFUN_MATH_MACRO, "math-macro", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_MUTATE + * \li Action: Mutates the type of math inset to the newly selected one. + * \li Syntax: math-mutate + * \li Params: : none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| + multline|gather|flalign + * \li Origin: Andre', 23 May 2001 + * \endvar + */ { LFUN_MATH_MUTATE, "math-mutate", Noop, Math }, { LFUN_MATH_SPACE, "math-space", Noop, Math }, { LFUN_MATH_IMPORT_SELECTION, "math-import-selection", Noop, Math }, @@ -1375,7 +1384,7 @@ void LyXAction::init() * \li Action: Toggles numbering of the current formula line. * \li Notion: Must be in display formula mode. * \li Syntax: math-number-line-toggle - * \li Origin: Alejandro 18 Jun 1996 + * \li Origin: Alejandro, 18 Jun 1996 * \endvar */ { LFUN_MATH_NUMBER_LINE_TOGGLE, "math-number-line-toggle", Noop, Math }, @@ -1384,7 +1393,7 @@ void LyXAction::init() * \li Action: Toggles numbering/labeling of the current formula. * \li Notion: Must be in display formula mode. * \li Syntax: math-number-toggle - * \li Origin: Alejandro 4 Jun 1996 + * \li Origin: Alejandro, 4 Jun 1996 * \endvar */ { LFUN_MATH_NUMBER_TOGGLE, "math-number-toggle", Noop, Math }, -- 2.39.2