mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25251 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cb5ce8348b
commit
58ad19a232
@ -1355,6 +1355,15 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
|
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
|
||||||
{ LFUN_MATH_MACRO, "math-macro", 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 <TYPE>
|
||||||
|
* \li Params: <TYPE>: 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_MUTATE, "math-mutate", Noop, Math },
|
||||||
{ LFUN_MATH_SPACE, "math-space", Noop, Math },
|
{ LFUN_MATH_SPACE, "math-space", Noop, Math },
|
||||||
{ LFUN_MATH_IMPORT_SELECTION, "math-import-selection", 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 Action: Toggles numbering of the current formula line.
|
||||||
* \li Notion: Must be in display formula mode.
|
* \li Notion: Must be in display formula mode.
|
||||||
* \li Syntax: math-number-line-toggle
|
* \li Syntax: math-number-line-toggle
|
||||||
* \li Origin: Alejandro 18 Jun 1996
|
* \li Origin: Alejandro, 18 Jun 1996
|
||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_MATH_NUMBER_LINE_TOGGLE, "math-number-line-toggle", Noop, Math },
|
{ 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 Action: Toggles numbering/labeling of the current formula.
|
||||||
* \li Notion: Must be in display formula mode.
|
* \li Notion: Must be in display formula mode.
|
||||||
* \li Syntax: math-number-toggle
|
* \li Syntax: math-number-toggle
|
||||||
* \li Origin: Alejandro 4 Jun 1996
|
* \li Origin: Alejandro, 4 Jun 1996
|
||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_MATH_NUMBER_TOGGLE, "math-number-toggle", Noop, Math },
|
{ LFUN_MATH_NUMBER_TOGGLE, "math-number-toggle", Noop, Math },
|
||||||
|
Loading…
Reference in New Issue
Block a user